Searched refs:binPos (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target.cpp | 224 func->binPos = prog->binSize; in prepareEmission() 229 uint32_t adjPos = func->binPos; in prepareEmission() 240 bb->binPos = adjPos; in prepareEmission() 245 func->binSize = adjPos - func->binPos; in prepareEmission() 258 BasicBlock::get(func->cfg.getRoot())->binPos = func->binPos; in prepareEmission() 283 func->bbArray[j]->binPos -= 8; in prepareEmission() 287 bb->binPos = in->binPos + in->binSize; in prepareEmission() 374 assert(emit->getCodeSize() == fn->binPos); in emitBinary()
|
D | nv50_ir_emit_gm107.cpp | 551 int32_t pos = insn->target.bb->binPos; in emitBRA() 577 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitCAL() 584 emitField(0x14, 32, insn->target.bb->binPos); in emitCAL() 601 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitPCNT() 623 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitPBK() 645 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitPRET() 667 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitSSY() 4458 func->binPos = prog->binSize; in prepareEmission() 4463 uint32_t adjPos = func->binPos; in prepareEmission() 4474 bb->binPos = adjPos; in prepareEmission() [all …]
|
D | nv50_ir_bb.cpp | 41 binPos = 0; in Function() 81 binPos = 0; in BasicBlock()
|
D | nv50_ir_emit_gv100.cpp | 162 int64_t target = ((int64_t)insn->target.bb->binPos - (codeSize + 0x10)) / 4; in emitBRA() 2072 func->bbArray[j]->binPos -= 16; in prepareEmission() 2076 bb->binPos = in->binPos + in->binSize; in prepareEmission() 2109 func->binPos = prog->binSize; in prepareEmission()
|
D | nv50_ir_emit_nv50.cpp | 1785 uint32_t pos = i->target.bb->binPos + 8; // +8 to skip an op */ in emitPRERETEmu() 1853 pos = f->target.fn->binPos; in emitFlow() 1856 pos = f->target.bb->binPos; in emitFlow() 2229 fn->bbArray[i]->binPos += adj; in makeInstructionLong() 2289 func->bbArray[i]->binPos -= adj; in replaceExitWithModifier()
|
D | nv50_ir.h | 1217 uint32_t binPos; variable 1289 uint32_t binPos; variable
|
D | nv50_ir_emit_gk110.cpp | 1565 int32_t pcRel = f->target.fn->binPos - (codeSize + 8); in emitFlow() 1571 int32_t pcRel = f->target.bb->binPos - (codeSize + 8); in emitFlow() 1572 if (writeIssueDelays && !(f->target.bb->binPos & 0x3f)) in emitFlow()
|
D | nv50_ir_emit_nvc0.cpp | 1527 int32_t pcRel = f->target.fn->binPos - (codeSize + 8); in emitFlow() 1533 int32_t pcRel = f->target.bb->binPos - (codeSize + 8); in emitFlow() 1534 if (writeIssueDelays && !(f->target.bb->binPos & 0x3f)) in emitFlow()
|