Lines Matching defs:UInt
71 #define UInt(x) ((uint64_t)x)
565 uint64_t unsigned_sum = UInt(x) + UInt(y) + UInt(carry_in);
575 proc_state.C = UInt(result) != unsigned_sum;
581 // integer d = UInt(Rd);
582 // integer n = UInt(Rn);
626 const uint32_t d = UInt(Rd);
627 const uint32_t n = UInt(Rn);
705 integer n = UInt(Rn);
706 integer t = UInt(Rt);
707 integer t2 = UInt(Rt2);
724 scale = 2 + UInt(opc);
1131 integer t = UInt(Rt);
1169 integer t = UInt(Rt);
1171 integer bit_pos = UInt(b5:b40);