Home
last modified time | relevance | path

Searched refs:AddressReg (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprog_execute.h68 GLint AddressReg[MAX_PROGRAM_ADDRESS_REGS][4]; member
Dprog_execute.c89 reg += machine->AddressReg[0][0]; in get_src_register_pointer()
155 reg += machine->AddressReg[0][0]; in get_dst_register_pointer()
437 machine->AddressReg[0][0] = util_ifloor(t[0]); in _mesa_execute_program()
439 printf("ARL %d\n", machine->AddressReg[0][0]); in _mesa_execute_program()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp353 Register AddressReg = MI.getOperand(3).getReg(); in expandSetTagLoop() local
368 .addDef(AddressReg) in expandSetTagLoop()
369 .addReg(AddressReg) in expandSetTagLoop()
370 .addReg(AddressReg) in expandSetTagLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp691 auto AddressReg = MRI.createVirtualRegister(&ARM::GPRRegClass); in selectGlobal() local
693 MIB->getOperand(0).setReg(AddressReg); in selectGlobal()
699 .addReg(AddressReg) in selectGlobal()