/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 135 { OP_CALL, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0 }, 209 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo() 218 OP_CALL, OP_PRERET, OP_QUADON, OP_QUADPOP, in initOpInfo()
|
D | nv50_ir_target_nv50.cpp | 126 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo() 134 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT, in initOpInfo()
|
D | nv50_ir_print.cpp | 615 if (op == OP_CALL && asFlow()->builtin) { in print() 618 if (op == OP_CALL && asFlow()->target.fn) { in print()
|
D | nv50_ir_emit_nv50.cpp | 1749 case OP_CALL: in emitFlow() 1771 if (f->op == OP_CALL) { in emitFlow() 2000 case OP_CALL: in emitInstruction() 2159 if (insn->op == OP_CALL) // side effects ! in trySetExitModifier()
|
D | nv50_ir.cpp | 1129 if (op == OP_CALL) in FlowInstruction() 1160 if (op == OP_CALL) in clone()
|
D | nv50_ir_emit_gk110.cpp | 1510 case OP_CALL: in emitFlow() 1550 if (f->op == OP_CALL) { in emitFlow() 2669 case OP_CALL: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 1457 case OP_CALL: in emitFlow() 1509 if (f->op == OP_CALL) { in emitFlow() 2863 case OP_CALL: in emitInstruction()
|
D | nv50_ir.h | 100 OP_CALL, enumerator
|
D | nv50_ir_peephole.cpp | 265 if (i->op == OP_CALL) // calls have args as sources, they must be in regs in visit() 410 if (i->op == OP_MOV || i->op == OP_CALL) in visit() 3179 if (ldst->op == OP_CALL || in runOpt()
|
D | nv50_ir_ra.cpp | 468 assert(pb->getExit()->op != OP_CALL); in splitEdges() 541 if (!cal || cal->op != OP_CALL || cal->builtin || cal->indirect) in visit()
|
D | nv50_ir_lowering_nv50.cpp | 1435 case OP_CALL: in visit()
|
D | nv50_ir_from_tgsi.cpp | 3675 mkFlow(OP_CALL, s->f, CC_ALWAYS, NULL); in handleInstruction() 4266 if (i->op == OP_CALL && !i->asFlow()->builtin) { in visit()
|
D | nv50_ir_lowering_nvc0.cpp | 75 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL); in handleDIV() 101 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL); in handleRCPRSQLib()
|
D | nv50_ir_emit_gm107.cpp | 3429 case OP_CALL: in emitInstruction()
|
/external/lua/src/ |
D | lopcodes.h | 216 OP_CALL,/* A B C R(A), ... ,R(A+C-2) := R(A)(R(A+1), ... ,R(A+B-1)) */ enumerator
|
D | ldebug.c | 405 case OP_CALL: in findsetreg() 502 case OP_CALL: in funcnamefromcode()
|
D | lvm.c | 702 case OP_CALL: { in luaV_finishOp() 1130 vmcase(OP_CALL) { in luaV_execute() 1186 lua_assert(GET_OPCODE(*((ci)->u.l.savedpc - 1)) == OP_CALL); in luaV_execute()
|
D | lparser.c | 855 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2)); in funcargs()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 5923 case OP_CALL: in op_has_longofs() 6068 case OP_CALL: { in putop() 6190 case OP_CALL: in dumpbc() 6373 putop(c, OP_CALL, sub_m); in generate_msgfield() 6391 putop(c, OP_CALL, sub_m); in generate_msgfield() 6785 case OP_CALL: in consumes_input() 7546 VMCASE(OP_CALL, in run_decoder_vm()
|
D | upb.h | 6479 OP_CALL = 29,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9674 case OP_CALL: in op_has_longofs() 9819 case OP_CALL: { in putop() 9941 case OP_CALL: in dumpbc() 10124 putop(c, OP_CALL, sub_m); in generate_msgfield() 10142 putop(c, OP_CALL, sub_m); in generate_msgfield() 10552 case OP_CALL: in consumes_input() 11315 VMCASE(OP_CALL, in run_decoder_vm()
|
D | upb.h | 9775 OP_CALL = 29,
|