HomeSort by relevance Sort by last modified time
    Searched refs:BranchTarget (Results 1 - 21 of 21) sorted by null

  /external/llvm/lib/Target/X86/InstPrinter/
X86IntelInstPrinter.cpp 127 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
129 if (BranchTarget && BranchTarget->EvaluateAsAbsolute(Address)) {
X86ATTInstPrinter.cpp 139 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
141 if (BranchTarget && BranchTarget->EvaluateAsAbsolute(Address)) {
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_print.c 785 inst->BranchTarget,
804 fprintf(f, " # (if false, goto %d)", inst->BranchTarget);
808 fprintf(f, "ELSE; # (goto %d)\n", inst->BranchTarget);
814 fprintf(f, "BGNLOOP; # (end at %d)\n", inst->BranchTarget);
817 fprintf(f, "ENDLOOP; # (goto %d)\n", inst->BranchTarget);
825 inst->BranchTarget);
847 fprintf(f, "CAL %s; # (goto %d)\n", inst->Comment, inst->BranchTarget);
850 fprintf(f, "CAL %u", inst->BranchTarget);
    [all...]
program.c 586 if (inst->BranchTarget > 0) {
587 if ((GLuint)inst->BranchTarget >= start) {
588 inst->BranchTarget += count;
635 if (inst->BranchTarget > 0) {
636 if (inst->BranchTarget > (GLint) start) {
637 inst->BranchTarget -= count;
749 newInst[lenA + i].BranchTarget += lenA;
    [all...]
prog_execute.c 718 ASSERT(program->Instructions[inst->BranchTarget].Opcode
723 ASSERT(program->Instructions[inst->BranchTarget].Opcode
725 pc = inst->BranchTarget - 1; /* go to matching BNGLOOP */
735 pc = inst->BranchTarget - 1;
739 ASSERT(program->Instructions[inst->BranchTarget].Opcode
744 pc = inst->BranchTarget;
748 ASSERT(program->Instructions[inst->BranchTarget].Opcode
753 pc = inst->BranchTarget - 1;
764 pc = inst->BranchTarget - 1;
951 ASSERT(program->Instructions[inst->BranchTarget].Opcod
    [all...]
prog_instruction.h 408 GLint BranchTarget;
ir_to_mesa.cpp 199 * the function body. So we make the BranchTarget that is called a
    [all...]
prog_optimize.c 1008 loopStack[loopStackDepth].End = inst->BranchTarget;
    [all...]
  /external/mesa3d/src/mesa/program/
prog_print.c 785 inst->BranchTarget,
804 fprintf(f, " # (if false, goto %d)", inst->BranchTarget);
808 fprintf(f, "ELSE; # (goto %d)\n", inst->BranchTarget);
814 fprintf(f, "BGNLOOP; # (end at %d)\n", inst->BranchTarget);
817 fprintf(f, "ENDLOOP; # (goto %d)\n", inst->BranchTarget);
825 inst->BranchTarget);
847 fprintf(f, "CAL %s; # (goto %d)\n", inst->Comment, inst->BranchTarget);
850 fprintf(f, "CAL %u", inst->BranchTarget);
    [all...]
program.c 586 if (inst->BranchTarget > 0) {
587 if ((GLuint)inst->BranchTarget >= start) {
588 inst->BranchTarget += count;
635 if (inst->BranchTarget > 0) {
636 if (inst->BranchTarget > (GLint) start) {
637 inst->BranchTarget -= count;
749 newInst[lenA + i].BranchTarget += lenA;
    [all...]
prog_execute.c 718 ASSERT(program->Instructions[inst->BranchTarget].Opcode
723 ASSERT(program->Instructions[inst->BranchTarget].Opcode
725 pc = inst->BranchTarget - 1; /* go to matching BNGLOOP */
735 pc = inst->BranchTarget - 1;
739 ASSERT(program->Instructions[inst->BranchTarget].Opcode
744 pc = inst->BranchTarget;
748 ASSERT(program->Instructions[inst->BranchTarget].Opcode
753 pc = inst->BranchTarget - 1;
764 pc = inst->BranchTarget - 1;
951 ASSERT(program->Instructions[inst->BranchTarget].Opcod
    [all...]
prog_instruction.h 408 GLint BranchTarget;
ir_to_mesa.cpp 199 * the function body. So we make the BranchTarget that is called a
    [all...]
prog_optimize.c 1008 loopStack[loopStackDepth].End = inst->BranchTarget;
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 383 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
385 if (BranchTarget && BranchTarget->EvaluateAsAbsolute(Address)) {
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 293 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
295 if (BranchTarget && BranchTarget->EvaluateAsAbsolute(Address)) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.c 708 get_label( t, inst->BranchTarget ));
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 708 get_label( t, inst->BranchTarget ));
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 486 milliseconds