Searched refs:OP_NOP (Results 1 – 17 of 17) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | NopRemover.java | 77 if (simpleInstruction.opcode == InstructionConstants.OP_NOP && in visitSimpleInstruction()
|
D | InstructionSequenceConstants.java | 391 new SimpleInstruction(InstructionConstants.OP_NOP),
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 30 public static final byte OP_NOP = 0; field
|
D | InstructionFactory.java | 51 case InstructionConstants.OP_NOP: in create()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ssa.cpp | 430 Instruction *nop = new_Instruction(func, OP_NOP, typeOfSize(lval->reg.size)); in mkUndefined() 546 if (stmt->op == OP_NOP) in search()
|
D | nv50_ir_build_util.cpp | 340 Instruction *insn = mkOp(OP_NOP, TYPE_NONE, NULL); in mkClobber()
|
D | nv50_ir_ra.cpp | 1825 Instruction *nop = new_Instruction(func, OP_NOP, TYPE_NONE); in execFunc() 2023 Instruction *hzd = new_Instruction(func, OP_NOP, TYPE_NONE); in addHazard() 2328 mov = new_Instruction(func, OP_NOP, typeOfSize(size)); in insertConstraintMoves()
|
D | nv50_ir.h | 43 OP_NOP = 0, enumerator
|
D | nv50_ir_emit_nvc0.cpp | 2592 case OP_NOP: in emitInstruction() 3137 prevOp = OP_NOP; in visit() 3153 prevOp = OP_NOP; in visit()
|
D | nv50_ir.cpp | 592 op = OP_NOP; in Instruction()
|
D | nv50_ir_emit_nv50.cpp | 1863 case OP_NOP: in emitInstruction()
|
D | nv50_ir_peephole.cpp | 42 if (!fixed && op == OP_NOP) in isNop() 2732 ldst->getSrc(1)->getInsn()->op == OP_NOP) { in runOpt()
|
D | nv50_ir_from_tgsi.cpp | 880 return nv50_ir::OP_NOP; in translateOpcode() 2839 operation op = OP_NOP; in handleINTERP()
|
D | nv50_ir_emit_gk110.cpp | 2394 case OP_NOP: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3319 case OP_NOP: in emitInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationShrinker.java | 58 private static final int NOP = InstructionConstants.OP_NOP & 0xff; 973 if (newOpcode == InstructionConstants.OP_NOP) in visitSimpleInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 83 case InstructionConstants.OP_NOP: in visitSimpleInstruction()
|