Searched refs:SInt (Results 1 – 7 of 7) sorted by relevance
157 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} in Arg()165 SIntMax SInt; member
202 if (A.SInt >= INT64_MIN && A.SInt <= INT64_MAX) in renderText()203 Printf("%lld", (long long)A.SInt); in renderText()205 PrintHex(A.SInt); in renderText()
165 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt167 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point
183 SInt(int fail_value = 0) const;
6332 case 1: strm.PutHex8(value.SInt()); return true; in SetValueFromScalar()6333 case 2: strm.PutHex16(value.SInt()); return true; in SetValueFromScalar()6334 case 4: strm.PutHex32(value.SInt()); return true; in SetValueFromScalar()
741 Scalar::SInt(int fail_value) const in SInt() function in Scalar
919 operand1 = SInt(R[n]); // operand1 = UInt(R[n]) produces the same final results in EmulateMUL()920 operand2 = SInt(R[m]); // operand2 = UInt(R[m]) produces the same final results in EmulateMUL()