Lines Matching refs:UInt
68 #define UInt(x) ((uint64_t)x) macro
92 uint64_t unsigned_sum = UInt(x) + UInt(y) + UInt(carry_in); in AddWithCarry()
93 int64_t signed_sum = SInt(x) + SInt(y) + UInt(carry_in); in AddWithCarry()
99 proc_state.C = UInt(result) == unsigned_sum; in AddWithCarry()
640 const uint32_t d = UInt(Rd); in EmulateADDSUBImm()
641 const uint32_t n = UInt(Rn); in EmulateADDSUBImm()
718 integer n = UInt(Rn); in EmulateLDPSTP()
719 integer t = UInt(Rt); in EmulateLDPSTP()
720 integer t2 = UInt(Rt2); in EmulateLDPSTP()
737 scale = 2 + UInt(opc); in EmulateLDPSTP()
1130 integer t = UInt(Rt); in EmulateCBZ()
1168 integer t = UInt(Rt); in EmulateTBZ()
1170 integer bit_pos = UInt(b5:b40); in EmulateTBZ()