Home | History | Annotate | Download | only in arm64

Lines Matching refs:reg_size

89   unsigned reg_size;
101 reg_size = 0;
107 reg_size = r.reg_size;
114 reg_size = r.reg_size;
230 reg_size = 0;
236 reg_size = r.reg_size;
243 reg_size = r.reg_size;
1280 unsigned reg_size = rd.SizeInBits();
1281 DCHECK(shift < reg_size);
1282 ubfm(rd, rn, (reg_size - shift) % reg_size, reg_size - shift - 1);
1821 inline static Instr ImmS(unsigned imms, unsigned reg_size);
1822 inline static Instr ImmR(unsigned immr, unsigned reg_size);
1823 inline static Instr ImmSetBits(unsigned imms, unsigned reg_size);
1824 inline static Instr ImmRotate(unsigned immr, unsigned reg_size);
1826 inline static Instr BitN(unsigned bitn, unsigned reg_size);