Home
last modified time | relevance | path

Searched defs:addr_reg (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.cpp572 auto addr_reg = vf.src_from_string(addrstr)->as_register(); in from_string() local
674 auto addr_reg = vf.src_from_string(addrstr); in from_string() local
Dsfn_instr_export.cpp255 PVirtualValue addr_reg = nullptr; in from_string() local
Dsfn_shader.cpp1136 auto addr_reg = addr->as_register(); in load_uniform_indirect() local
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc332 InstructionOperand addr_reg = g.TempRegister(); in VisitLoadTransform() local
384 InstructionOperand addr_reg = g.TempRegister(); in VisitLoad() local
466 InstructionOperand addr_reg = g.TempRegister(); in VisitStore() local
1442 InstructionOperand addr_reg = g.TempRegister(); in VisitUnalignedLoad() local
1498 InstructionOperand addr_reg = g.TempRegister(); in VisitUnalignedStore() local
1936 InstructionOperand addr_reg = g.TempRegister(); in VisitWord32AtomicLoad() local
1977 InstructionOperand addr_reg = g.TempRegister(); in VisitWord32AtomicStore() local
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc400 InstructionOperand addr_reg = g.TempRegister(); in EmitLoad() local
422 InstructionOperand addr_reg = g.TempRegister(); in EmitS128Load() local
441 InstructionOperand addr_reg = g.TempRegister(); in VisitStoreLane() local
461 InstructionOperand addr_reg = g.TempRegister(); in VisitLoadLane() local
654 InstructionOperand addr_reg = g.TempRegister(); in VisitStore() local
1812 InstructionOperand addr_reg = g.TempRegister(); in VisitUnalignedLoad() local
1868 InstructionOperand addr_reg = g.TempRegister(); in VisitUnalignedStore() local
2111 InstructionOperand addr_reg = g.TempRegister(); in VisitWord32Compare() local
2134 InstructionOperand addr_reg = g.TempRegister(); in VisitWord32Compare() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_valuefactory_test.cpp156 auto addr_reg = factory->src(addr, 0); in TEST_F() local
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc368 InstructionOperand addr_reg = g.TempRegister(); in EmitLoad() local
385 InstructionOperand addr_reg = g.TempRegister(); in EmitAddBeforeS128LoadStore() local
591 InstructionOperand addr_reg = g.TempRegister(); in VisitStore() local
1874 InstructionOperand addr_reg = g.TempRegister(); in VisitUnalignedLoad() local
1930 InstructionOperand addr_reg = g.TempRegister(); in VisitUnalignedStore() local
2197 InstructionOperand addr_reg = g.TempRegister(); in VisitWord32Compare() local
2274 InstructionOperand addr_reg = g.TempRegister(); in VisitWord32Compare() local
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c62 nir_register *addr_reg; member
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc1993 unsigned addr_reg = instr->Rn(); in LoadStoreHelper() local
2157 unsigned addr_reg = instr->Rn(); in LoadStorePairHelper() local
2344 uintptr_t Simulator::LoadStoreAddress(unsigned addr_reg, int64_t offset, in LoadStoreAddress()
2362 void Simulator::LoadStoreWriteBack(unsigned addr_reg, int64_t offset, in LoadStoreWriteBack()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1900 unsigned addr_reg; in fetch_gs_input() local
1946 int addr_reg; in fetch_gs_input() local
2070 unsigned addr_reg; in r600_get_byte_address() local
2104 int addr_reg; in r600_get_byte_address() local
/third_party/mesa3d/src/intel/common/
Dmi_builder.h1144 mi_store_address(struct mi_builder *b, struct mi_value addr_reg) in mi_store_address()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c80 struct ureg_dst addr_reg[3]; member
1728 nir_src src, int addr_reg) in ntt_ureg_src_indirect()
Dtgsi_to_nir.c72 nir_register *addr_reg; member
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc1950 InstructionOperand addr_reg = g.TempRegister(); in VisitAtomicLoad() local
2019 InstructionOperand addr_reg = g.TempRegister(); in VisitAtomicStore() local
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.cc4071 unsigned addr_reg = instr->GetRn(); in Simulator() local
5038 uintptr_t Simulator::AddressModeHelper(unsigned addr_reg, in Simulator()
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
Dliftoff-assembler-riscv64.h642 Register addr_reg, Register offset_reg, in CalculateActualAddress()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h621 Register addr_reg, Register offset_reg, in CalculateActualAddress()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c10167 const struct tgsi_full_src_register *addr_reg) in emit_uav_addr_offset()