• 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::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR()
71 GateRef CircuitBuilder::IntPtrLSL(GateRef x, GateRef y) in IntPtrLSL()
77 GateRef CircuitBuilder::IntPtrOr(GateRef x, GateRef y) in IntPtrOr()
83 GateRef CircuitBuilder::IntPtrDiv(GateRef x, GateRef y) in IntPtrDiv()
88 GateRef CircuitBuilder::GetInt64OfTInt(GateRef x) in GetInt64OfTInt()
94 GateRef CircuitBuilder::GetInt32OfTInt(GateRef x) in GetInt32OfTInt()
100 GateRef CircuitBuilder::TaggedCastToIntPtr(GateRef x) in TaggedCastToIntPtr()
106 GateRef CircuitBuilder::GetDoubleOfTDouble(GateRef x) in GetDoubleOfTDouble()
113 GateRef CircuitBuilder::GetBooleanOfTBoolean(GateRef x) in GetBooleanOfTBoolean()
119 GateRef CircuitBuilder::GetDoubleOfTNumber(GateRef x) in GetDoubleOfTNumber()
144 GateRef CircuitBuilder::DoubleToInt(GateRef x, Label *exit) in DoubleToInt()
171 GateRef CircuitBuilder::DoubleToInt(GateRef glue, GateRef x, size_t typeBits) in DoubleToInt()
206 GateRef CircuitBuilder::Int32ToTaggedInt(GateRef x) in Int32ToTaggedInt()
212 GateRef CircuitBuilder::Int32ToTaggedPtr(GateRef x) in Int32ToTaggedPtr()
218 GateRef CircuitBuilder::Int64ToTaggedPtr(GateRef x) in Int64ToTaggedPtr()
224 GateRef CircuitBuilder::ToTaggedInt(GateRef x) in ToTaggedInt()
229 GateRef CircuitBuilder::ToTaggedIntPtr(GateRef x) in ToTaggedIntPtr()
234 GateRef CircuitBuilder::DoubleToTaggedDoublePtr(GateRef x) in DoubleToTaggedDoublePtr()
240 GateRef CircuitBuilder::BooleanToTaggedBooleanPtr(GateRef x) in BooleanToTaggedBooleanPtr()
246 GateRef CircuitBuilder::BooleanToInt32(GateRef x) in BooleanToInt32()
251 GateRef CircuitBuilder::BooleanToFloat64(GateRef x) in BooleanToFloat64()
256 GateRef CircuitBuilder::Float32ToTaggedDoublePtr(GateRef x) in Float32ToTaggedDoublePtr()
262 GateRef CircuitBuilder::TaggedDoublePtrToFloat32(GateRef x) in TaggedDoublePtrToFloat32()
268 GateRef CircuitBuilder::TaggedIntPtrToFloat32(GateRef x) in TaggedIntPtrToFloat32()
274 GateRef CircuitBuilder::DoubleToTaggedDouble(GateRef x) in DoubleToTaggedDouble()
280 GateRef CircuitBuilder::DoubleIsNAN(GateRef x) in DoubleIsNAN()
286 GateRef CircuitBuilder::DoubleToTagged(GateRef x) in DoubleToTagged()
294 GateRef CircuitBuilder::BinaryOp(GateRef x, GateRef y) in BinaryOp()
308 GateRef CircuitBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow()
321 GateRef CircuitBuilder::Equal(GateRef x, GateRef y, const char* comment) in Equal()
342 GateRef CircuitBuilder::NotEqual(GateRef x, GateRef y, const char* comment) in NotEqual()