reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
91 uint64_t unsigned_sum = UInt(x) + UInt(y) + UInt(carry_in); 91 uint64_t unsigned_sum = UInt(x) + UInt(y) + UInt(carry_in); 91 uint64_t unsigned_sum = UInt(x) + UInt(y) + UInt(carry_in); 92 int64_t signed_sum = SInt(x) + SInt(y) + UInt(carry_in); 98 proc_state.C = UInt(result) == unsigned_sum; 637 const uint32_t d = UInt(Rd); 638 const uint32_t n = UInt(Rn); 715 integer n = UInt(Rn); 716 integer t = UInt(Rt); 717 integer t2 = UInt(Rt2); 734 scale = 2 + UInt(opc);