Home
last modified time | relevance | path

Searched refs:temp_reg (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c426 unsigned temp_reg; member
483 static int do_lds_fetch_values(struct r600_shader_ctx *ctx, unsigned temp_reg,
917 /* put it in temp_reg.x */
920 int temp_reg, bool is_patch_var) in get_lds_offset0()
930 temp_reg, 0, in get_lds_offset0()
946 return ctx->temp_reg + ctx->max_driver_temp_used++; in r600_get_temp()
1223 unsigned temp_reg = r600_get_temp(ctx); in tgsi_declaration() local
1225 r = get_lds_offset0(ctx, 2, temp_reg, true); in tgsi_declaration()
1230 temp_reg, 0, in tgsi_declaration()
1231 temp_reg, in tgsi_declaration()
918 get_lds_offset0(struct r600_shader_ctx *ctx, int rel_patch_chan, int temp_reg, bool is_patch_var) get_lds_offset0() argument
2042 r600_get_byte_address(struct r600_shader_ctx *ctx, int temp_reg, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src, int stride_bytes_reg, int stride_bytes_chan) r600_get_byte_address() argument
2144 do_lds_fetch_values(struct r600_shader_ctx *ctx, unsigned temp_reg, unsigned dst_reg, unsigned mask) do_lds_fetch_values() argument
2217 unsigned temp_reg = r600_get_temp(ctx); fetch_tes_input() local
2239 unsigned temp_reg = r600_get_temp(ctx); fetch_tcs_input() local
2265 unsigned temp_reg = r600_get_temp(ctx); fetch_tcs_output() local
3049 int temp_reg; emit_lds_vs_writes() local
3118 int temp_reg = r600_get_temp(ctx); r600_store_tcs_output() local
3201 unsigned temp_reg = r600_get_temp(ctx); r600_tess_factor_read() local
3230 int temp_reg = r600_get_temp(ctx); r600_emit_tess_factor() local
4927 int temp_reg = r600_get_temp(ctx); egcm_int_to_double() local
7259 int temp_reg = 0; tgsi_make_src_for_op3() local
8764 int temp_reg = r600_get_temp(ctx); load_index_src() local
8816 load_buffer_coord(struct r600_shader_ctx *ctx, int src_idx, int temp_reg) load_buffer_coord() argument
8867 int temp_reg = r600_get_temp(ctx); tgsi_load_buffer() local
8990 int temp_reg = r600_get_temp(ctx); tgsi_load_lds() local
9030 int temp_reg = r600_get_temp(ctx), treg2 = r600_get_temp(ctx); tgsi_store_buffer_rat() local
9170 int temp_reg = r600_get_temp(ctx); tgsi_store_lds() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl86 my ($dst, $src, $temp_reg) = @_;
91 lwz $temp_reg,$src
92 rotlwi $dst,$temp_reg,8
93 rlwimi $dst,$temp_reg,24,0,7
94 rlwimi $dst,$temp_reg,24,16,23
/third_party/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl86 my ($dst, $src, $temp_reg) = @_;
91 lwz $temp_reg,$src
92 rotlwi $dst,$temp_reg,8
93 rlwimi $dst,$temp_reg,24,0,7
94 rlwimi $dst,$temp_reg,24,16,23
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc3210 void Assembler::MaybeTraceAllocation(intptr_t cid, Register temp_reg,
3212 LoadAllocationStatsAddress(temp_reg, cid, inline_isolate);
3214 ldr(temp_reg, Address(temp_reg, state_offset));
3215 tst(temp_reg, Operand(ClassHeapStats::TraceAllocationMask()));
3258 Register instance_reg, Register temp_reg) {
3261 ASSERT(instance_reg != temp_reg);
3262 ASSERT(temp_reg != IP);
3268 MaybeTraceAllocation(cls.id(), temp_reg, failure,
3271 ldr(temp_reg, Addres
[all...]
H A Dassembler_arm.h1105 void MaybeTraceAllocation(intptr_t cid, Register temp_reg, Label *trace,
1113 Register temp_reg);
/third_party/lzma/Asm/arm64/
H A DLzmaDecOpt.S62 .macro PSTORE_LSL_M1 src:req, mem1:req, mem2:req, temp_reg:req
63 // you must check that temp_reg is free register when macro is used
64 add \temp_reg, \mem1, \mem2
65 str \src, [\temp_reg, \mem2]
91 .macro PSTORE_LSL_M1 src:req, mem1:req, mem2:req, temp_reg:req
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl738 $temp_reg=&pointer_register($flavour,$temp);
746 mov `$inp_elm_size*$i+$ptr_size-$inp_elm_size*4`($inp),$temp_reg
1037 $temp_reg=&pointer_register($flavour,$temp);
1045 mov `$inp_elm_size*$i+$ptr_size-$inp_elm_size*4`($inp),$temp_reg
/third_party/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl738 $temp_reg=&pointer_register($flavour,$temp);
746 mov `$inp_elm_size*$i+$ptr_size-$inp_elm_size*4`($inp),$temp_reg
1037 $temp_reg=&pointer_register($flavour,$temp);
1045 mov `$inp_elm_size*$i+$ptr_size-$inp_elm_size*4`($inp),$temp_reg
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc3235 Register temp_reg = rd; in RV_li() local
3242 temp_reg = temps.hasAvailable() ? temps.Acquire() : no_reg; in RV_li()
3244 if (temp_reg != no_reg) { in RV_li()
3282 temp_reg = rd; in RV_li()
3289 lui(temp_reg, (int32_t)high_20); in RV_li()
3291 addi(temp_reg, temp_reg, low_12); in RV_li()
3294 ori(temp_reg, zero_reg, low_12); in RV_li()
3297 slli(temp_reg, temp_reg, 3 in RV_li()
[all...]
H A Dmacro-assembler-riscv64.cc3874 Register temp_reg = temps.Acquire(); in InvokeFunctionWithNewTarget() local
3876 temp_reg, in InvokeFunctionWithNewTarget()
3882 FieldMemOperand(temp_reg, in InvokeFunctionWithNewTarget()
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc1758 Register temp_reg = r4; in CallRecordWriteStub() local
1760 ldr(temp_reg, FieldMemOperand(r1, JSFunction::kSharedFunctionInfoOffset)); in CallRecordWriteStub()
1763 FieldMemOperand(temp_reg, in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc1612 Register temp_reg = r7; in CallRecordWriteStub() local
1615 temp_reg, FieldMemOperand(r4, JSFunction::kSharedFunctionInfoOffset), r0); in CallRecordWriteStub()
1619 FieldMemOperand(temp_reg, in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc3147 Register temp_reg = t0; in CallRecordWriteStub() local
3148 Ld_d(temp_reg, FieldMemOperand(a1, JSFunction::kSharedFunctionInfoOffset)); in CallRecordWriteStub()
3152 FieldMemOperand(temp_reg, in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc5028 Register temp_reg = t0; in CallRecordWriteStub() local
5029 Ld(temp_reg, FieldMemOperand(a1, JSFunction::kSharedFunctionInfoOffset)); in CallRecordWriteStub()
5033 FieldMemOperand(temp_reg, in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc1805 Register temp_reg = r6; in CallRecordWriteStub() local
1808 temp_reg, FieldMemOperand(fun, JSFunction::kSharedFunctionInfoOffset)); in CallRecordWriteStub()
1811 FieldMemOperand(temp_reg, in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc4500 Register temp_reg = t0; in CallRecordWriteStub() local
4502 lw(temp_reg, FieldMemOperand(a1, JSFunction::kSharedFunctionInfoOffset)); in CallRecordWriteStub()
4505 FieldMemOperand(temp_reg, in CallRecordWriteStub()

Completed in 85 milliseconds