Lines Matching refs:rm
149 explicit Rm(uint32_t instruction) : shift((instruction >> 4) & 0xff), rm(instruction & 0xf) {} in Rm()
151 ArmRegister rm; member
154 os << r.rm; in operator <<()
1485 ArmRegister rm(instr, 0); in DumpThumb32() local
1487 args << Rt << ", [" << Rn << ", " << rm; in DumpThumb32()
1638 ThumbRegister rm(instr, 3); in DumpThumb16() local
1647 args << Rd << ", " << rm << ", #" << imm5; in DumpThumb16()
1701 ThumbRegister rm(instr, 3); in DumpThumb16() local
1704 args << rdn << ", " << rm; in DumpThumb16()
1713 ArmRegister rm(instr, 3); in DumpThumb16() local
1717 args << DN_Rdn << ", " << rm; in DumpThumb16()
1724 ArmRegister rm(instr, 3); in DumpThumb16() local
1728 args << DN_Rdn << ", " << rm; in DumpThumb16()
1734 ArmRegister rm(instr, 3); in DumpThumb16() local
1738 args << N_Rn << ", " << rm; in DumpThumb16()
1744 ArmRegister rm(instr, 3); in DumpThumb16() local
1746 args << rm; in DumpThumb16()