Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeS390X.c1541 #define WHEN2(cond, i1, i2) (cond) ? LEVAL(i1) : LEVAL(i2)
1645 #define LEVAL(i) EVAL(i, reg, mem) in sljit_emit_op1() macro
1668 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() macro
2035 #undef LEVAL in sljit_emit_op2()
2036 #define LEVAL(i) i(src1_r, src2_r) in sljit_emit_op2() macro
[all …]