Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/musb-new/
Dmusb_host.h41 u8 addr_reg; /* device address register */ member
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc292 InstructionOperand addr_reg = g.TempRegister(); in VisitLoad() local
382 InstructionOperand addr_reg = g.TempRegister(); in VisitStore() local
1262 InstructionOperand addr_reg = g.TempRegister(); in VisitUnalignedLoad() local
1315 InstructionOperand addr_reg = g.TempRegister(); in VisitUnalignedStore() local
1731 InstructionOperand addr_reg = g.TempRegister(); in VisitWord32AtomicLoad() local
1767 InstructionOperand addr_reg = g.TempRegister(); in VisitWord32AtomicStore() local
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc353 InstructionOperand addr_reg = g.TempRegister(); in EmitLoad() local
488 InstructionOperand addr_reg = g.TempRegister(); in VisitStore() local
1753 InstructionOperand addr_reg = g.TempRegister(); in VisitUnalignedLoad() local
1806 InstructionOperand addr_reg = g.TempRegister(); in VisitUnalignedStore() local
2393 InstructionOperand addr_reg = g.TempRegister(); in VisitWord32AtomicLoad() local
2429 InstructionOperand addr_reg = g.TempRegister(); in VisitWord32AtomicStore() local
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c57 nir_register *addr_reg; member
/external/v8/src/arm64/
Dsimulator-arm64.cc1729 unsigned addr_reg = instr->Rn(); in LoadStoreHelper() local
1860 unsigned addr_reg = instr->Rn(); in LoadStorePairHelper() local
2047 uintptr_t Simulator::LoadStoreAddress(unsigned addr_reg, int64_t offset, in LoadStoreAddress()
2066 void Simulator::LoadStoreWriteBack(unsigned addr_reg, in LoadStoreWriteBack()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1566 unsigned addr_reg; in fetch_gs_input() local
1612 int addr_reg; in fetch_gs_input() local
1736 unsigned addr_reg; in r600_get_byte_address() local
1770 int addr_reg; in r600_get_byte_address() local
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c65 nir_register *addr_reg; member
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc2237 uintptr_t Simulator::AddressModeHelper(unsigned addr_reg, in AddressModeHelper()