Home
last modified time | relevance | path

Searched refs:LEVAL (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c2114 #define WHEN2(cond, i1, i2) (cond) ? LEVAL(i1) : LEVAL(i2)
2215 #define LEVAL(i) EVAL(i, reg, mem) in sljit_emit_op1() macro
2238 ins = LEVAL(llgc); in sljit_emit_op1()
2244 ins = LEVAL(llgh); in sljit_emit_op1()
2250 ins = LEVAL(llgf); in sljit_emit_op1()
2293 FAIL_IF(push_inst(compiler, LEVAL(stg))); in sljit_emit_op1()
2299 #undef LEVAL in sljit_emit_op1()
3735 #define LEVAL(i) i(loc_r, 1, mask) in sljit_emit_op_flags() macro
3744 #undef LEVAL in sljit_emit_op_flags()
3748 #define LEVAL(i) i(dst_r, loc_r) in sljit_emit_op_flags() macro
[all …]

Completed in 12 milliseconds