Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dgraph.c94 case OP_RET: in graph_ep()
Dir.c166 case OP_RET: in validate_insn()
Dsparse.c89 if (insn->opcode == OP_RET) in check_children()
Dliveness.c59 case OP_RET: in track_instruction_usage()
Dexample.c24 [OP_RET] = "ret",
1446 case OP_RET: in generate_one_insn()
1898 case OP_RET: in arch_set_up_storage()
Dscheck.c314 case OP_RET: in check_function()
Dlinearize.c178 [OP_RET] = "ret",
332 case OP_RET: in show_instruction()
2572 ret = alloc_typed_instruction(OP_RET, ret_type); in linearize_fn()
Dsparse-llvm.c971 case OP_RET: in output_insn()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.0.rst152 * sparse, llvm: OP_RET/PSEUDO_VAL code generation
153 * sparse, llvm: Add support for OP_RET/PSEUDO_ARG
Dv0.6.0.rst324 * llvm: adjust OP_RET's type
340 * llvm: fix mutated OP_RET
/third_party/mesa3d/src/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.cpp1824 case OP_RET: in emitFlow()
2090 case OP_RET: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp1472 case OP_RET: code[1] = 0x90000000; mask = 1; break; in emitFlow()
2872 case OP_RET: in emitInstruction()
3186 if (insn->op == OP_EXIT || insn->op == OP_RET) in setDelay()
Dnv50_ir.h101 OP_RET, enumerator
Dnv50_ir_emit_gk110.cpp1525 case OP_RET: code[1] = 0x19000000; mask = 1; break; in emitFlow()
2678 case OP_RET: in emitInstruction()
Dnv50_ir.cpp1134 op == OP_RET || op == OP_EXIT) in FlowInstruction()
Dnv50_ir_emit_gm107.cpp3456 case OP_RET: in emitInstruction()
Dnv50_ir_from_tgsi.cpp3763 mkFlow(OP_RET, NULL, CC_ALWAYS, NULL)->fixed = 1; in handleInstruction()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
DIR.rst25 .. op:: OP_RET
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6254 case OP_RET: in putop()
6378 case OP_RET: in dumpbc()
6769 putop(c, OP_RET); in compile_method()
6994 case OP_RET: in consumes_input()
7751 VMCASE(OP_RET, in run_decoder_vm()
Dupb.h5998 OP_RET = 30,