Home | History | Annotate | Download | only in arm64

Lines Matching refs:reg_size

131   int reg_size;
143 reg_size = 0;
149 reg_size = r.reg_size;
156 reg_size = r.reg_size;
219 reg_size = 0;
225 reg_size = r.reg_size;
232 reg_size = r.reg_size;
1191 int reg_size = rd.SizeInBits();
1192 DCHECK(shift < reg_size);
1193 ubfm(rd, rn, (reg_size - shift) % reg_size, reg_size - shift - 1);
1765 inline static Instr ImmS(unsigned imms, unsigned reg_size);
1766 inline static Instr ImmR(unsigned immr, unsigned reg_size);
1767 inline static Instr ImmSetBits(unsigned imms, unsigned reg_size);
1768 inline static Instr ImmRotate(unsigned immr, unsigned reg_size);
1770 inline static Instr BitN(unsigned bitn, unsigned reg_size);