Lines Matching refs:ROR
1755 R[t] = ROR(data, 8*UInt(address<1:0>)); in EmulateLDRRtPCRelative()
6340 R[t] = ROR(data, 8*UInt(address<1:0>)); in EmulateLDRImmediateARM()
6445 data = ROR(data, Bits32(address, 1, 0), &success); in EmulateLDRImmediateARM()
6478 R[t] = ROR(data, 8*UInt(address<1:0>)); in EmulateLDRRegister()
6650 data = ROR(data, Bits32(address, 1, 0), &success); in EmulateLDRRegister()
8326 rotated = ROR(R[m], rotation); in EmulateSXTB()
8381 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateSXTB()
8411 rotated = ROR(R[m], rotation); in EmulateSXTH()
8466 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateSXTH()
8496 rotated = ROR(R[m], rotation); in EmulateUXTB()
8551 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateUXTB()
8579 rotated = ROR(R[m], rotation); in EmulateUXTH()
8633 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateUXTH()