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::IntPtrLessThan(GateRef x, GateRef y) in IntPtrLessThan()
55 GateRef CircuitBuilder::IntPtrLessThanOrEqual(GateRef x, GateRef y) in IntPtrLessThanOrEqual()
60 GateRef CircuitBuilder::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan()
65 GateRef CircuitBuilder::IntPtrGreaterThanOrEqual(GateRef x, GateRef y) in IntPtrGreaterThanOrEqual()
70 GateRef CircuitBuilder::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd()
75 GateRef CircuitBuilder::IntPtrNot(GateRef x) in IntPtrNot()
80 GateRef CircuitBuilder::IntPtrEqual(GateRef x, GateRef y) in IntPtrEqual()
85 GateRef CircuitBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR()
91 GateRef CircuitBuilder::IntPtrLSL(GateRef x, GateRef y) in IntPtrLSL()
97 GateRef CircuitBuilder::Int16ToBigEndianInt16(GateRef x) in Int16ToBigEndianInt16()
105 GateRef CircuitBuilder::Int32ToBigEndianInt32(GateRef x) in Int32ToBigEndianInt32()
116 GateRef CircuitBuilder::Int64ToBigEndianInt64(GateRef x) in Int64ToBigEndianInt64()
142 GateRef CircuitBuilder::IntPtrOr(GateRef x, GateRef y) in IntPtrOr()
148 GateRef CircuitBuilder::IntPtrAdd(GateRef x, GateRef y) in IntPtrAdd()
153 GateRef CircuitBuilder::IntPtrSub(GateRef x, GateRef y) in IntPtrSub()
158 GateRef CircuitBuilder::IntPtrMul(GateRef x, GateRef y) in IntPtrMul()
163 GateRef CircuitBuilder::IntPtrDiv(GateRef x, GateRef y) in IntPtrDiv()
168 GateRef CircuitBuilder::GetInt64OfTInt(GateRef x) in GetInt64OfTInt()
174 GateRef CircuitBuilder::GetInt32OfTInt(GateRef x) in GetInt32OfTInt()
180 GateRef CircuitBuilder::GetInt32OfTNumber(GateRef x) in GetInt32OfTNumber()
205 GateRef CircuitBuilder::TaggedCastToIntPtr(GateRef x) in TaggedCastToIntPtr()
210 GateRef CircuitBuilder::GetDoubleOfTInt(GateRef x) in GetDoubleOfTInt()
215 GateRef CircuitBuilder::GetDoubleOfTDouble(GateRef x) in GetDoubleOfTDouble()
222 GateRef CircuitBuilder::GetBooleanOfTBoolean(GateRef x) in GetBooleanOfTBoolean()
228 GateRef CircuitBuilder::Int32ToTaggedInt(GateRef x) in Int32ToTaggedInt()
234 GateRef CircuitBuilder::Int32ToTaggedPtr(GateRef x) in Int32ToTaggedPtr()
240 GateRef CircuitBuilder::Int64ToTaggedPtr(GateRef x) in Int64ToTaggedPtr()
246 GateRef CircuitBuilder::ToTaggedInt(GateRef x) in ToTaggedInt()
251 GateRef CircuitBuilder::ToTaggedIntPtr(GateRef x) in ToTaggedIntPtr()
256 GateRef CircuitBuilder::DoubleToTaggedDoublePtr(GateRef x) in DoubleToTaggedDoublePtr()
262 GateRef CircuitBuilder::DoubleIsImpureNaN(GateRef x) in DoubleIsImpureNaN()
269 GateRef CircuitBuilder::BooleanToTaggedBooleanPtr(GateRef x) in BooleanToTaggedBooleanPtr()
275 GateRef CircuitBuilder::BooleanToInt32(GateRef x) in BooleanToInt32()
280 GateRef CircuitBuilder::BooleanToFloat64(GateRef x) in BooleanToFloat64()
285 GateRef CircuitBuilder::Float32ToTaggedDoublePtr(GateRef x) in Float32ToTaggedDoublePtr()
291 GateRef CircuitBuilder::TaggedDoublePtrToFloat32(GateRef x) in TaggedDoublePtrToFloat32()
297 GateRef CircuitBuilder::TaggedIntPtrToFloat32(GateRef x) in TaggedIntPtrToFloat32()
303 GateRef CircuitBuilder::DoubleToTaggedDouble(GateRef x) in DoubleToTaggedDouble()
309 GateRef CircuitBuilder::DoubleIsNAN(GateRef x) in DoubleIsNAN()
315 GateRef CircuitBuilder::DoubleToTagged(GateRef x) in DoubleToTagged()
323 GateRef CircuitBuilder::BinaryOp(GateRef x, GateRef y) in BinaryOp()
337 GateRef CircuitBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow()
350 GateRef CircuitBuilder::Equal(GateRef x, GateRef y, const char* comment) in Equal()
371 GateRef CircuitBuilder::NotEqual(GateRef x, GateRef y, const char* comment) in NotEqual()