Searched refs:BranchTarget (Results 1 – 16 of 16) sorted by relevance
132 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr()); in printPCRelImm() local134 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) { in printPCRelImm()
151 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr()); in printPCRelImm() local153 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) { in printPCRelImm()
785 inst->BranchTarget, in _mesa_fprint_instruction_opt()804 fprintf(f, " # (if false, goto %d)", inst->BranchTarget); in _mesa_fprint_instruction_opt()808 fprintf(f, "ELSE; # (goto %d)\n", inst->BranchTarget); in _mesa_fprint_instruction_opt()814 fprintf(f, "BGNLOOP; # (end at %d)\n", inst->BranchTarget); in _mesa_fprint_instruction_opt()817 fprintf(f, "ENDLOOP; # (goto %d)\n", inst->BranchTarget); in _mesa_fprint_instruction_opt()825 inst->BranchTarget); in _mesa_fprint_instruction_opt()847 fprintf(f, "CAL %s; # (goto %d)\n", inst->Comment, inst->BranchTarget); in _mesa_fprint_instruction_opt()850 fprintf(f, "CAL %u", inst->BranchTarget); in _mesa_fprint_instruction_opt()
718 ASSERT(program->Instructions[inst->BranchTarget].Opcode in _mesa_execute_program()723 ASSERT(program->Instructions[inst->BranchTarget].Opcode in _mesa_execute_program()725 pc = inst->BranchTarget - 1; /* go to matching BNGLOOP */ in _mesa_execute_program()735 pc = inst->BranchTarget - 1; in _mesa_execute_program()739 ASSERT(program->Instructions[inst->BranchTarget].Opcode in _mesa_execute_program()744 pc = inst->BranchTarget; in _mesa_execute_program()748 ASSERT(program->Instructions[inst->BranchTarget].Opcode in _mesa_execute_program()753 pc = inst->BranchTarget - 1; in _mesa_execute_program()764 pc = inst->BranchTarget - 1; in _mesa_execute_program()951 ASSERT(program->Instructions[inst->BranchTarget].Opcode in _mesa_execute_program()[all …]
586 if (inst->BranchTarget > 0) { in _mesa_insert_instructions()587 if ((GLuint)inst->BranchTarget >= start) { in _mesa_insert_instructions()588 inst->BranchTarget += count; in _mesa_insert_instructions()635 if (inst->BranchTarget > 0) { in _mesa_delete_instructions()636 if (inst->BranchTarget > (GLint) start) { in _mesa_delete_instructions()637 inst->BranchTarget -= count; in _mesa_delete_instructions()749 newInst[lenA + i].BranchTarget += lenA; in _mesa_combine_programs()
408 GLint BranchTarget; member
2268 mesa_instructions[i].BranchTarget = -1; in set_branchtargets()2285 mesa_instructions[if_stack[if_stack_pos - 1]].BranchTarget = i; in set_branchtargets()2289 mesa_instructions[if_stack[if_stack_pos - 1]].BranchTarget = i; in set_branchtargets()2305 if (mesa_instructions[j].BranchTarget == -1) { in set_branchtargets()2306 mesa_instructions[j].BranchTarget = i; in set_branchtargets()2311 mesa_instructions[i].BranchTarget = loop_stack[loop_stack_pos]; in set_branchtargets()2312 mesa_instructions[loop_stack[loop_stack_pos]].BranchTarget = i; in set_branchtargets()2318 if (entry->sig_id == mesa_instructions[i].BranchTarget) { in set_branchtargets()2319 mesa_instructions[i].BranchTarget = entry->inst; in set_branchtargets()
1008 loopStack[loopStackDepth].End = inst->BranchTarget; in _mesa_find_temp_intervals()
1317 const MCConstantExpr *BranchTarget = in printAlignedLabel() local1320 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) { in printAlignedLabel()
474 const MCSymbolRefExpr *BranchTarget) const override;
6885 MCInst &Branch, const MCSymbolRefExpr *BranchTarget) const { in getUnconditionalBranch()6887 Branch.addOperand(MCOperand::createExpr(BranchTarget)); in getUnconditionalBranch()
1249 MachineBasicBlock *BranchTarget = LastI->getOperand(1).getMBB(); in convertToHardwareLoop() local1251 if (!L->contains(BranchTarget)) { in convertToHardwareLoop()1255 TII->InsertBranch(*LastMBB, BranchTarget, nullptr, Cond, LastIDL); in convertToHardwareLoop()
541 const MCSymbolRefExpr *BranchTarget) const { in getUnconditionalBranch() argument
708 get_label( t, inst->BranchTarget )); in compile_instruction()
2979 unsigned BranchTarget; in expandDiv() local2982 BranchTarget = IsMips64 ? 12 : 8; in expandDiv()2985 BranchTarget = IsMips64 ? 20 : 16; in expandDiv()3009 emitRRI(Mips::BNE, RtReg, ATReg, BranchTarget, IDLoc, Instructions); in expandDiv()3014 emitRRI(Mips::BNE, RtReg, ATReg, BranchTarget, IDLoc, Instructions); in expandDiv()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...