Lines Matching refs:ROR
1752 R[t] = ROR(data, 8*UInt(address<1:0>)); in EmulateLDRRtPCRelative()
6357 R[t] = ROR(data, 8*UInt(address<1:0>)); in EmulateLDRImmediateARM()
6463 data = ROR(data, Bits32(address, 1, 0), &success); in EmulateLDRImmediateARM()
6496 R[t] = ROR(data, 8*UInt(address<1:0>)); in EmulateLDRRegister()
6669 data = ROR(data, Bits32(address, 1, 0), &success); in EmulateLDRRegister()
8346 rotated = ROR(R[m], rotation); in EmulateSXTB()
8401 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateSXTB()
8431 rotated = ROR(R[m], rotation); in EmulateSXTH()
8486 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateSXTH()
8516 rotated = ROR(R[m], rotation); in EmulateUXTB()
8571 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateUXTB()
8599 rotated = ROR(R[m], rotation); in EmulateUXTH()
8653 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateUXTH()