Lines Matching refs:glue
31 GateRef Inc(GateRef glue, GateRef value, ProfileOperation callback = ProfileOperation());
32 GateRef Dec(GateRef glue, GateRef value, ProfileOperation callback = ProfileOperation());
33 GateRef Neg(GateRef glue, GateRef value, ProfileOperation callback = ProfileOperation());
34 GateRef Not(GateRef glue, GateRef value, ProfileOperation callback = ProfileOperation());
37 …GateRef Equal(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperat…
38 …GateRef NotEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOpe…
39 …GateRef StrictEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = Profile…
40 …GateRef StrictNotEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = Prof…
41 …GateRef Less(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperati…
42 …GateRef LessEq(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOpera…
43 …GateRef Greater(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOper…
44 …GateRef GreaterEq(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOp…
45 …GateRef Add(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
46 …GateRef Sub(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
47 …GateRef Mul(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
48 …GateRef Div(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
49 …GateRef Mod(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
50 …GateRef Shl(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
51 …GateRef Shr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
52 …GateRef Ashr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperati…
53 …GateRef And(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
54 …GateRef Or(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation…
55 …GateRef Xor(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…