Searched refs:reg1 (Results 1 – 2 of 2) sorted by relevance
14 base_offs, reg0, reg117 x\reg0, x\reg1, [\base_reg, #\base_offs]20 w\reg0, w\reg1, [\base_reg, #\base_offs]
164 static inline uint64_t reg_pair_to_64(uint32_t reg0, uint32_t reg1) in reg_pair_to_64() argument166 return (uint64_t)reg0 << 32 | reg1; in reg_pair_to_64()170 uint32_t *reg1) in reg_pair_from_64() argument173 *reg1 = val; in reg_pair_from_64()
Completed in 3 milliseconds