Home
last modified time | relevance | path

Searched refs:use_tmp (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c4530 int use_tmp = 0; in tgsi_op2_64_params() local
4538 use_tmp = 3; in tgsi_op2_64_params()
4545 use_tmp = 3; in tgsi_op2_64_params()
4548 use_tmp = 1; in tgsi_op2_64_params()
4554 use_tmp = 1; in tgsi_op2_64_params()
4561 use_tmp = 1; in tgsi_op2_64_params()
4564 use_tmp = 3; in tgsi_op2_64_params()
4579 if (use_tmp || dest_temp) { in tgsi_op2_64_params()
4580 alu.dst.sel = use_tmp ? ctx->temp_reg : dest_temp; in tgsi_op2_64_params()
4621 if (use_tmp) { in tgsi_op2_64_params()
4714 int use_tmp = trans_only && (write_mask ^ (1 << lasti)); tgsi_op2_s() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c11457 BOOL use_tmp; in compile_iterator_matchingpath() local
11737 use_tmp = (!HAS_VIRTUAL_REGISTERS && opcode == OP_STAR); in compile_iterator_matchingpath()
11738 SLJIT_ASSERT(!use_tmp || tmp_base == TMP3); in compile_iterator_matchingpath()
11741 OP1(SLJIT_MOV, use_tmp ? TMP3 : base, use_tmp ? 0 : offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11751 OP1(SLJIT_MOV, use_tmp ? TMP3 : base, use_tmp ? 0 : offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11768 if (use_tmp) in compile_iterator_matchingpath()

Completed in 21 milliseconds