Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c690 sljit_s32 src1, sljit_sw src1w,
696 sljit_s32 src1, sljit_sw src1w,
713 sljit_s32 src1, sljit_sw src1w,
1606 sljit_s32 src1, sljit_sw src1w, argument
1616 EMIT_MOV(compiler, TMP_REG1, 0, src1, src1w);
1628 if (dst == src1 && dstw == src1w) {
1665 …if ((dst == SLJIT_R0) && (src1w > 127 || src1w < -128) && (compiler->mode32 || IS_HALFWORD(src1w))…
1667 if ((dst == SLJIT_R0) && (src1w > 127 || src1w < -128)) {
1669 BINARY_EAX_IMM(op_eax_imm, src1w);
1672 BINARY_IMM(op_imm, op_mr, src1w, dst, dstw);
[all …]
DsljitNativePPC_common.c1063 sljit_s32 src1, sljit_sw src1w, in emit_op() argument
1090 FAIL_IF(load_immediate(compiler, TMP_REG1, src1w)); in emit_op()
1094 FAIL_IF(emit_op_mem(compiler, input_flags | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in emit_op()
1329 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
1335 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1337 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2()
1343 if ((src1 & SLJIT_IMM) && src1w == 0) in sljit_emit_op2()
1353 src1w = (sljit_s32)(src1w); in sljit_emit_op2()
1366 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1371 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
[all …]
DsljitNativeSPARC_common.c713 sljit_s32 src1, sljit_sw src1w, in emit_op() argument
748 if (!(flags & SRC2_IMM) && (flags & CUMULATIVE_OP) && (src1 & SLJIT_IMM) && src1w) { in emit_op()
749 if (src1w <= SIMM_MAX && src1w >= SIMM_MIN) { in emit_op()
751 src2_r = src1w; in emit_op()
755 src1w = src2w; in emit_op()
766 if (src1w) { in emit_op()
767 FAIL_IF(load_immediate(compiler, TMP_REG1, src1w)); in emit_op()
774 if (getput_arg_fast(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w)) in emit_op()
811 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { in emit_op()
812 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG2, src2, src2w, src1, src1w)); in emit_op()
[all …]
DsljitNativeMIPS_common.c1090 sljit_s32 src1, sljit_sw src1w, in emit_op() argument
1128 if (!(flags & SRC2_IMM) && (flags & CUMULATIVE_OP) && (src1 & SLJIT_IMM) && src1w) { in emit_op()
1129 if ((!(flags & LOGICAL_OP) && (src1w <= SIMM_MAX && src1w >= SIMM_MIN)) in emit_op()
1130 || ((flags & LOGICAL_OP) && !(src1w & ~UIMM_MAX))) { in emit_op()
1132 src2_r = src1w; in emit_op()
1136 src1w = src2w; in emit_op()
1149 if (src1w) { in emit_op()
1150 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), src1w)); in emit_op()
1157 if (getput_arg_fast(compiler, flags | LOAD_DATA, DR(TMP_REG1), src1, src1w)) in emit_op()
1194 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { in emit_op()
[all …]
DsljitLir.c1258 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_op2() argument
1306 FUNCTION_CHECK_SRC(src1, src1w); in check_sljit_emit_op2()
1317 sljit_verbose_param(compiler, src1, src1w); in check_sljit_emit_op2()
1442 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_fop1_cmp() argument
1460 FUNCTION_FCHECK(src1, src1w); in check_sljit_emit_fop1_cmp()
1470 sljit_verbose_fparam(compiler, src1, src1w); in check_sljit_emit_fop1_cmp()
1541 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_fop2() argument
1548 FUNCTION_FCHECK(src1, src1w); in check_sljit_emit_fop2()
1557 sljit_verbose_fparam(compiler, src1, src1w); in check_sljit_emit_fop2()
1675 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_cmp() argument
[all …]
DsljitNativeARM_32.c1013 sljit_s32 src1, sljit_sw src1w,
1542 sljit_s32 src1, sljit_sw src1w, in emit_op() argument
1595 src2_reg = get_imm(src1w); in emit_op()
1599 src1w = src2w; in emit_op()
1603 src2_reg = get_imm(~src1w); in emit_op()
1607 src1w = src2w; in emit_op()
1612 src2_reg = get_imm(-src1w); in emit_op()
1616 src1w = src2w; in emit_op()
1628 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in emit_op()
1632 FAIL_IF(load_immediate(compiler, TMP_REG1, src1w)); in emit_op()
[all …]
DsljitLir.h1035 sljit_s32 src1, sljit_sw src1w,
1133 sljit_s32 src1, sljit_sw src1w,
1256 sljit_s32 src1, sljit_sw src1w,
1270 sljit_s32 src1, sljit_sw src1w,
DsljitNativeARM_64.c1255 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
1261 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1263 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2()
1282 FAIL_IF(emit_op_mem(compiler, mem_flags, TMP_REG1, src1, src1w, TMP_REG1)); in sljit_emit_op2()
1294 src1w = src1; in sljit_emit_op2()
1301 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src1w, src2w); in sljit_emit_op2()
1474 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp() argument
1481 emit_fop_mem(compiler, mem_flags, TMP_FREG1, src1, src1w); in sljit_emit_fop1_cmp()
1540 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2() argument
1547 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
[all …]
DsljitNativeARM_T2_32.c1431 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
1437 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1439 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2()
1451 emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src1, src1w, TMP_REG1); in sljit_emit_op2()
1452 src1w = TMP_REG1; in sljit_emit_op2()
1455 src1w = src1; in sljit_emit_op2()
1460 src2_reg = (!(flags & ARG1_IMM) && (src1w == TMP_REG1)) ? TMP_REG2 : TMP_REG1; in sljit_emit_op2()
1470 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_reg, src1w, src2w); in sljit_emit_op2()
1627 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp() argument
1633 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w); in sljit_emit_fop1_cmp()
[all …]
DsljitNativeS390X.c1946 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
1950 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1952 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2()
1964 sljit_sw tw = src1w; \ in sljit_emit_op2()
1966 src1w = src2w; \ in sljit_emit_op2()
1991 FAIL_IF(push_load_imm_inst(compiler, src1_r, src1w)); in sljit_emit_op2()
1994 FAIL_IF(load_word(compiler, src1_r, src1, src1w, tmp1, op & SLJIT_I32_OP)); in sljit_emit_op2()
2489 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2() argument
/external/pcre/dist2/src/
Dpcre2_jit_compile.c614 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \ argument
615 sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w))
628 #define CMP(type, src1, src1w, src2, src2w) \ argument
629 sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w))
630 #define CMPTO(type, src1, src1w, src2, src2w, label) \ argument
631 sljit_set_label(sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)), (label))
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp4949 TIntermTyped* src1w = intermediate.addIndex(EOpIndexDirect, arg1, w, loc); in decomposeIntrinsic() local
4956 dst->getSequence().push_back(src1w); in decomposeIntrinsic()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp4949 TIntermTyped* src1w = intermediate.addIndex(EOpIndexDirect, arg1, w, loc); in decomposeIntrinsic() local
4956 dst->getSequence().push_back(src1w); in decomposeIntrinsic()