Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c838 struct tgsi_src_register tmp_const; in translate_sge_slt() local
867 get_immediate(ctx, &tmp_const, fui(c0)); in translate_sge_slt()
868 add_src_reg(ctx, instr, &tmp_const); in translate_sge_slt()
870 get_immediate(ctx, &tmp_const, fui(c1)); in translate_sge_slt()
871 add_src_reg(ctx, instr, &tmp_const); in translate_sge_slt()
883 struct tgsi_src_register tmp_const; in translate_lrp() local
888 get_immediate(ctx, &tmp_const, fui(1.0)); in translate_lrp()
899 add_src_reg(ctx, instr, &tmp_const); in translate_lrp()
923 struct tgsi_src_register tmp_const; in translate_trig() local
949 get_immediate(ctx, &tmp_const, fui(0.5)); in translate_trig()
[all …]
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1540 LiftoffRegister tmp_const = in CurrentMemoryPages() local
1544 __ LoadConstant(tmp_const, in CurrentMemoryPages()
1546 __ emit_i32_shr(mem_size.gp(), mem_size.gp(), tmp_const.gp(), pinned); in CurrentMemoryPages()
1673 LiftoffRegister tmp_const = in CallIndirect() local
1687 LOAD_INSTANCE_FIELD(tmp_const, IndirectFunctionTableSize, in CallIndirect()
1690 index.gp(), tmp_const.gp()); in CallIndirect()
1698 LiftoffRegister neg_index = tmp_const; in CallIndirect()
1701 __ emit_i32_sub(diff.gp(), index.gp(), tmp_const.gp()); in CallIndirect()
1708 __ LoadConstant(tmp_const, WasmValue(int32_t{31})); in CallIndirect()
1709 __ emit_i32_sar(mask.gp(), mask.gp(), tmp_const.gp(), pinned); in CallIndirect()
[all …]