Lines Matching refs:UInt
71 #define UInt(x) ((uint64_t)x) macro
563 uint64_t unsigned_sum = UInt(x) + UInt(y) + UInt(carry_in); in AddWithCarry()
573 proc_state.C = UInt(result) != unsigned_sum; in AddWithCarry()
624 const uint32_t d = UInt(Rd); in EmulateADDSUBImm()
625 const uint32_t n = UInt(Rn); in EmulateADDSUBImm()
702 integer n = UInt(Rn); in EmulateLDPSTP()
703 integer t = UInt(Rt); in EmulateLDPSTP()
704 integer t2 = UInt(Rt2); in EmulateLDPSTP()
721 scale = 2 + UInt(opc); in EmulateLDPSTP()
1110 integer t = UInt(Rt); in EmulateCBZ()
1148 integer t = UInt(Rt); in EmulateTBZ()
1150 integer bit_pos = UInt(b5:b40); in EmulateTBZ()