Searched refs:pcAbs (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gk110.cpp | 1505 uint32_t pcAbs = targNVC0->getBuiltinOffset(f->target.builtin); in emitFlow() local 1506 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xff800000, 23); in emitFlow() 1507 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x007fffff, -9); in emitFlow()
|
D | nv50_ir_emit_nvc0.cpp | 1487 uint32_t pcAbs = targNVC0->getBuiltinOffset(f->target.builtin); in emitFlow() local 1488 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xfc000000, 26); in emitFlow() 1489 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x03ffffff, -6); in emitFlow()
|
D | nv50_ir_emit_gm107.cpp | 567 int pcAbs = targGM107->getBuiltinOffset(insn->target.builtin); in emitCAL() local 568 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xfff00000, 20); in emitCAL() 569 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x000fffff, -12); in emitCAL()
|