Searched refs:pcAbs (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gk110.cpp | 1549 uint32_t pcAbs = targNVC0->getBuiltinOffset(f->target.builtin); in emitFlow() local 1550 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xff800000, 23); in emitFlow() 1551 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x007fffff, -9); in emitFlow()
|
D | nv50_ir_emit_nvc0.cpp | 1509 uint32_t pcAbs = targNVC0->getBuiltinOffset(f->target.builtin); in emitFlow() local 1510 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xfc000000, 26); in emitFlow() 1511 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x03ffffff, -6); in emitFlow()
|
D | nv50_ir_emit_gm107.cpp | 575 int pcAbs = targGM107->getBuiltinOffset(insn->target.builtin); in emitCAL() local 576 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xfff00000, 20); in emitCAL() 577 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x000fffff, -12); in emitCAL()
|