Searched refs:OP_RET (Results 1 – 23 of 23) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 199 public static final byte OP_RET = -87; field
|
D | InstructionFactory.java | 250 case InstructionConstants.OP_RET: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | ReachableCodeMarker.java | 138 if (variableInstruction.opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
|
D | BranchTargetFinder.java | 535 if (variableInstruction.opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
|
/external/proguard/src/proguard/optimize/info/ |
D | SideEffectInstructionChecker.java | 165 case InstructionConstants.OP_RET: in visitVariableInstruction()
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
D | StackSizeComputer.java | 189 opcode == InstructionConstants.OP_RET; in visitVariableInstruction()
|
/external/proguard/src/proguard/preverify/ |
D | CodeSubroutineInliner.java | 252 if (opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nv50.cpp | 126 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
|
D | nv50_ir_target_nvc0.cpp | 209 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
|
D | nv50_ir_emit_nv50.cpp | 1746 case OP_RET: in emitFlow() 2003 case OP_RET: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 1465 case OP_RET: code[1] = 0x90000000; mask = 1; break; in emitFlow() 2865 case OP_RET: in emitInstruction() 3178 if (insn->op == OP_EXIT || insn->op == OP_RET) in setDelay()
|
D | nv50_ir.h | 101 OP_RET, enumerator
|
D | nv50_ir_emit_gk110.cpp | 1518 case OP_RET: code[1] = 0x19000000; mask = 1; break; in emitFlow() 2671 case OP_RET: in emitInstruction()
|
D | nv50_ir.cpp | 1136 op == OP_RET || op == OP_EXIT) in FlowInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3447 case OP_RET: in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 3696 mkFlow(OP_RET, NULL, CC_ALWAYS, NULL)->fixed = 1; in handleInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | PartialEvaluator.java | 886 else if (instruction.opcode == InstructionConstants.OP_RET) in evaluateSingleInstructionBlock()
|
D | EvaluationSimplifier.java | 296 case InstructionConstants.OP_RET: in visitVariableInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 746 case InstructionConstants.OP_RET: in visitVariableInstruction()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6037 case OP_RET: in putop() 6161 case OP_RET: in dumpbc() 6552 putop(c, OP_RET); in compile_method() 6786 case OP_RET: in consumes_input() 7550 VMCASE(OP_RET, in run_decoder_vm()
|
D | upb.h | 6480 OP_RET = 30,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9788 case OP_RET: in putop() 9912 case OP_RET: in dumpbc() 10303 putop(c, OP_RET); in compile_method() 10553 case OP_RET: in consumes_input() 11319 VMCASE(OP_RET, in run_decoder_vm()
|
D | upb.h | 9776 OP_RET = 30,
|