Searched refs:LEVAL (Results 1 – 1 of 1) sorted by relevance
1541 #define WHEN2(cond, i1, i2) (cond) ? LEVAL(i1) : LEVAL(i2)1645 #define LEVAL(i) EVAL(i, reg, mem) in sljit_emit_op1() macro1668 ins = LEVAL(llgc); in sljit_emit_op1()1674 ins = LEVAL(llgh); in sljit_emit_op1()1680 ins = LEVAL(llgf); in sljit_emit_op1()1725 FAIL_IF(push_inst(compiler, LEVAL(stg))); in sljit_emit_op1()1736 #undef LEVAL in sljit_emit_op1()2019 #define LEVAL(i) i(src1_r, src2w) in sljit_emit_op2() macro2035 #undef LEVAL in sljit_emit_op2()2036 #define LEVAL(i) i(src1_r, src2_r) in sljit_emit_op2() macro[all …]