Lines Matching refs:left
37 GateRef Equal(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
38 GateRef NotEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
39 GateRef StrictEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
40 GateRef StrictNotEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
41 GateRef Less(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
42 GateRef LessEq(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
43 GateRef Greater(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
44 GateRef GreaterEq(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
45 GateRef Add(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
46 GateRef Sub(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
47 GateRef Mul(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
48 GateRef Div(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
49 GateRef Mod(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
50 GateRef Shl(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
51 GateRef Shr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
52 GateRef Ashr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
53 GateRef And(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
54 GateRef Or(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
55 GateRef Xor(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());