Home
last modified time | relevance | path

Searched refs:OP_RET (Results 1 – 23 of 23) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java199 public static final byte OP_RET = -87; field
DInstructionFactory.java250 case InstructionConstants.OP_RET: in create()
/external/proguard/src/proguard/optimize/peephole/
DReachableCodeMarker.java138 if (variableInstruction.opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
DBranchTargetFinder.java535 if (variableInstruction.opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
/external/proguard/src/proguard/optimize/info/
DSideEffectInstructionChecker.java165 case InstructionConstants.OP_RET: in visitVariableInstruction()
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java189 opcode == InstructionConstants.OP_RET; in visitVariableInstruction()
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java252 if (opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp126 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
Dnv50_ir_target_nvc0.cpp209 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
Dnv50_ir_emit_nv50.cpp1746 case OP_RET: in emitFlow()
2003 case OP_RET: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp1465 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()
Dnv50_ir.h101 OP_RET, enumerator
Dnv50_ir_emit_gk110.cpp1518 case OP_RET: code[1] = 0x19000000; mask = 1; break; in emitFlow()
2671 case OP_RET: in emitInstruction()
Dnv50_ir.cpp1136 op == OP_RET || op == OP_EXIT) in FlowInstruction()
Dnv50_ir_emit_gm107.cpp3447 case OP_RET: in emitInstruction()
Dnv50_ir_from_tgsi.cpp3696 mkFlow(OP_RET, NULL, CC_ALWAYS, NULL)->fixed = 1; in handleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DPartialEvaluator.java886 else if (instruction.opcode == InstructionConstants.OP_RET) in evaluateSingleInstructionBlock()
DEvaluationSimplifier.java296 case InstructionConstants.OP_RET: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java746 case InstructionConstants.OP_RET: in visitVariableInstruction()
/external/protobuf/php/ext/google/protobuf/
Dupb.c6037 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()
Dupb.h6480 OP_RET = 30,
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9788 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()
Dupb.h9776 OP_RET = 30,