Home
last modified time | relevance | path

Searched refs:OP_NOP (Results 1 – 17 of 17) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DNopRemover.java77 if (simpleInstruction.opcode == InstructionConstants.OP_NOP && in visitSimpleInstruction()
DInstructionSequenceConstants.java391 new SimpleInstruction(InstructionConstants.OP_NOP),
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java30 public static final byte OP_NOP = 0; field
DInstructionFactory.java51 case InstructionConstants.OP_NOP: in create()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ssa.cpp430 Instruction *nop = new_Instruction(func, OP_NOP, typeOfSize(lval->reg.size)); in mkUndefined()
546 if (stmt->op == OP_NOP) in search()
Dnv50_ir_build_util.cpp340 Instruction *insn = mkOp(OP_NOP, TYPE_NONE, NULL); in mkClobber()
Dnv50_ir_ra.cpp1825 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()
Dnv50_ir.h43 OP_NOP = 0, enumerator
Dnv50_ir_emit_nvc0.cpp2592 case OP_NOP: in emitInstruction()
3137 prevOp = OP_NOP; in visit()
3153 prevOp = OP_NOP; in visit()
Dnv50_ir.cpp592 op = OP_NOP; in Instruction()
Dnv50_ir_emit_nv50.cpp1863 case OP_NOP: in emitInstruction()
Dnv50_ir_peephole.cpp42 if (!fixed && op == OP_NOP) in isNop()
2732 ldst->getSrc(1)->getInsn()->op == OP_NOP) { in runOpt()
Dnv50_ir_from_tgsi.cpp880 return nv50_ir::OP_NOP; in translateOpcode()
2839 operation op = OP_NOP; in handleINTERP()
Dnv50_ir_emit_gk110.cpp2394 case OP_NOP: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3319 case OP_NOP: in emitInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java58 private static final int NOP = InstructionConstants.OP_NOP & 0xff;
973 if (newOpcode == InstructionConstants.OP_NOP) in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java83 case InstructionConstants.OP_NOP: in visitSimpleInstruction()