Searched refs:addReloc (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target.h | 75 bool addReloc(RelocEntry::Type, int w, uint32_t data, uint32_t m,
|
D | nv50_ir_emit_nv50.cpp | 1452 addReloc(RelocEntry::TYPE_CODE, 0, pos, 0x07fff800, 9); in emitPRERETEmu() 1453 addReloc(RelocEntry::TYPE_CODE, 1, pos, 0x000fc000, -4); in emitPRERETEmu() 1516 addReloc(relocTy, 0, pos, 0x07fff800, 9); in emitFlow() 1517 addReloc(relocTy, 1, pos, 0x000fc000, -4); in emitFlow()
|
D | nv50_ir_target.cpp | 363 CodeEmitter::addReloc(RelocEntry::Type ty, int w, uint32_t data, uint32_t m, in addReloc() function in nv50_ir::CodeEmitter
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 1179 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xfc000000, 26); in emitFlow() 1180 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x03ffffff, -6); in emitFlow()
|