• Home
  • Raw
  • Download

Lines Matching defs:x

25 GateRef CircuitBuilder::Int8Equal(GateRef x, GateRef y)  in Int8Equal()
30 GateRef CircuitBuilder::Int32NotEqual(GateRef x, GateRef y) in Int32NotEqual()
35 GateRef CircuitBuilder::Int64NotEqual(GateRef x, GateRef y) in Int64NotEqual()
40 GateRef CircuitBuilder::Int64Equal(GateRef x, GateRef y) in Int64Equal()
45 GateRef CircuitBuilder::Int32Equal(GateRef x, GateRef y) in Int32Equal()
50 GateRef CircuitBuilder::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan()
55 GateRef CircuitBuilder::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd()
60 GateRef CircuitBuilder::IntPtrNot(GateRef x) in IntPtrNot()
65 GateRef CircuitBuilder::IntPtrEqual(GateRef x, GateRef y) in IntPtrEqual()
70 GateRef CircuitBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR()
76 GateRef CircuitBuilder::IntPtrLSL(GateRef x, GateRef y) in IntPtrLSL()
82 GateRef CircuitBuilder::Int16ToBigEndianInt16(GateRef x) in Int16ToBigEndianInt16()
90 GateRef CircuitBuilder::Int32ToBigEndianInt32(GateRef x) in Int32ToBigEndianInt32()
101 GateRef CircuitBuilder::Int64ToBigEndianInt64(GateRef x) in Int64ToBigEndianInt64()
127 GateRef CircuitBuilder::IntPtrOr(GateRef x, GateRef y) in IntPtrOr()
133 GateRef CircuitBuilder::IntPtrDiv(GateRef x, GateRef y) in IntPtrDiv()
138 GateRef CircuitBuilder::GetInt64OfTInt(GateRef x) in GetInt64OfTInt()
144 GateRef CircuitBuilder::GetInt32OfTInt(GateRef x) in GetInt32OfTInt()
150 GateRef CircuitBuilder::GetInt32OfTNumber(GateRef x) in GetInt32OfTNumber()
175 GateRef CircuitBuilder::TaggedCastToIntPtr(GateRef x) in TaggedCastToIntPtr()
180 GateRef CircuitBuilder::GetDoubleOfTInt(GateRef x) in GetDoubleOfTInt()
185 GateRef CircuitBuilder::GetDoubleOfTDouble(GateRef x) in GetDoubleOfTDouble()
192 GateRef CircuitBuilder::GetBooleanOfTBoolean(GateRef x) in GetBooleanOfTBoolean()
198 GateRef CircuitBuilder::Int32ToTaggedInt(GateRef x) in Int32ToTaggedInt()
204 GateRef CircuitBuilder::Int32ToTaggedPtr(GateRef x) in Int32ToTaggedPtr()
210 GateRef CircuitBuilder::Int64ToTaggedPtr(GateRef x) in Int64ToTaggedPtr()
216 GateRef CircuitBuilder::ToTaggedInt(GateRef x) in ToTaggedInt()
221 GateRef CircuitBuilder::ToTaggedIntPtr(GateRef x) in ToTaggedIntPtr()
226 GateRef CircuitBuilder::DoubleToTaggedDoublePtr(GateRef x) in DoubleToTaggedDoublePtr()
232 GateRef CircuitBuilder::DoubleIsImpureNaN(GateRef x) in DoubleIsImpureNaN()
239 GateRef CircuitBuilder::BooleanToTaggedBooleanPtr(GateRef x) in BooleanToTaggedBooleanPtr()
245 GateRef CircuitBuilder::BooleanToInt32(GateRef x) in BooleanToInt32()
250 GateRef CircuitBuilder::BooleanToFloat64(GateRef x) in BooleanToFloat64()
255 GateRef CircuitBuilder::Float32ToTaggedDoublePtr(GateRef x) in Float32ToTaggedDoublePtr()
261 GateRef CircuitBuilder::TaggedDoublePtrToFloat32(GateRef x) in TaggedDoublePtrToFloat32()
267 GateRef CircuitBuilder::TaggedIntPtrToFloat32(GateRef x) in TaggedIntPtrToFloat32()
273 GateRef CircuitBuilder::DoubleToTaggedDouble(GateRef x) in DoubleToTaggedDouble()
279 GateRef CircuitBuilder::DoubleIsNAN(GateRef x) in DoubleIsNAN()
285 GateRef CircuitBuilder::DoubleToTagged(GateRef x) in DoubleToTagged()
293 GateRef CircuitBuilder::BinaryOp(GateRef x, GateRef y) in BinaryOp()
307 GateRef CircuitBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow()
320 GateRef CircuitBuilder::Equal(GateRef x, GateRef y, const char* comment) in Equal()
341 GateRef CircuitBuilder::NotEqual(GateRef x, GateRef y, const char* comment) in NotEqual()