Lines Matching refs:LEVAL
1772 #define WHEN2(cond, i1, i2) (cond) ? LEVAL(i1) : LEVAL(i2)
1872 #define LEVAL(i) EVAL(i, reg, mem) in sljit_emit_op1() macro
1895 ins = LEVAL(llgc); in sljit_emit_op1()
1901 ins = LEVAL(llgh); in sljit_emit_op1()
1907 ins = LEVAL(llgf); in sljit_emit_op1()
1947 FAIL_IF(push_inst(compiler, LEVAL(stg))); in sljit_emit_op1()
1953 #undef LEVAL in sljit_emit_op1()
2875 #define LEVAL(i) i(loc_r, 1, mask) in sljit_emit_op_flags() macro
2884 #undef LEVAL in sljit_emit_op_flags()
2888 #define LEVAL(i) i(dst_r, loc_r) in sljit_emit_op_flags() macro
2901 #undef LEVAL in sljit_emit_op_flags()
2927 #define LEVAL(i) i(dst_r, src_r, mask) in sljit_emit_cmov() macro
2932 #undef LEVAL in sljit_emit_cmov()