Searched refs:op_norm (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeTILEGX_64.c | 1887 #define EMIT_LOGICAL(op_imm, op_norm) \ in emit_single_op() argument 1892 compiler, op_norm, EQUAL_FLAG, reg_map[src1], \ in emit_single_op() 1896 compiler, op_norm, reg_map[dst], reg_map[src1], \ in emit_single_op() 1901 compiler, op_norm, EQUAL_FLAG, reg_map[src1], \ in emit_single_op() 1905 compiler, op_norm, reg_map[dst], reg_map[src1], \ in emit_single_op() 1921 #define EMIT_SHIFT(op_imm, op_norm) \ in emit_single_op() argument 1934 compiler, op_norm, EQUAL_FLAG, reg_map[src1], \ in emit_single_op() 1938 compiler, op_norm, reg_map[dst], reg_map[src1], \ in emit_single_op()
|
D | sljitNativeMIPS_32.c | 41 #define EMIT_LOGICAL(op_imm, op_norm) \ argument 50 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \ 52 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \
|
D | sljitNativeMIPS_64.c | 124 #define EMIT_LOGICAL(op_imm, op_norm) \ argument 133 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \ 135 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \
|