/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 134 { OP_CALL, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0 }, 174 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo() 183 OP_CALL, OP_PRERET, OP_QUADON, OP_QUADPOP, in initOpInfo()
|
D | nv50_ir_print.cpp | 568 if (op == OP_CALL && asFlow()->builtin) { in print() 571 if (op == OP_CALL && asFlow()->target.fn) { in print()
|
D | nv50_ir_target_nv50.cpp | 127 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo() 135 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT, in initOpInfo()
|
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 | 1060 if (op == OP_CALL) in FlowInstruction() 1091 if (op == OP_CALL) in clone()
|
D | nv50_ir_emit_gk110.cpp | 1462 case OP_CALL: in emitFlow() 1502 if (f->op == OP_CALL) { in emitFlow() 2545 case OP_CALL: in emitInstruction()
|
D | nv50_ir.h | 95 OP_CALL, enumerator
|
D | nv50_ir_emit_nvc0.cpp | 1429 case OP_CALL: in emitFlow() 1481 if (f->op == OP_CALL) { in emitFlow() 2764 case OP_CALL: in emitInstruction()
|
D | nv50_ir_peephole.cpp | 251 if (i->op == OP_CALL) // calls have args as sources, they must be in regs in visit() 381 if (i->op == OP_MOV || i->op == OP_CALL) in visit() 2739 if (ldst->op == OP_CALL || in runOpt()
|
D | nv50_ir_ra.cpp | 423 assert(pb->getExit()->op != OP_CALL); in splitEdges() 496 if (!cal || cal->op != OP_CALL || cal->builtin || cal->indirect) in visit()
|
D | nv50_ir_lowering_nv50.cpp | 1432 case OP_CALL: in visit()
|
D | nv50_ir_from_tgsi.cpp | 3540 mkFlow(OP_CALL, s->f, CC_ALWAYS, NULL); in handleInstruction() 4032 if (i->op == OP_CALL && !i->asFlow()->builtin) { in visit()
|
D | nv50_ir_emit_gm107.cpp | 3060 case OP_CALL: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 59 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL); in handleDIV()
|
/external/skia/third_party/lua/src/ |
D | lopcodes.h | 207 OP_CALL,/* A B C R(A), ... ,R(A+C-2) := R(A)(R(A+1), ... ,R(A+B-1)) */ enumerator
|
D | ldebug.c | 351 case OP_CALL: in findsetreg() 438 case OP_CALL: in getfuncname()
|
D | lvm.c | 467 case OP_CALL: { in luaV_finishOp() 709 vmcase(OP_CALL, in luaV_execute() 763 lua_assert(GET_OPCODE(*((ci)->u.l.savedpc - 1)) == OP_CALL); in luaV_execute()
|
D | lparser.c | 861 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2)); in funcargs()
|
/external/syslinux/com32/lua/src/ |
D | lopcodes.h | 207 OP_CALL,/* A B C R(A), ... ,R(A+C-2) := R(A)(R(A+1), ... ,R(A+B-1)) */ enumerator
|
D | ldebug.c | 360 case OP_CALL: in findsetreg() 451 case OP_CALL: in getfuncname()
|
D | lvm.c | 490 case OP_CALL: { in luaV_finishOp() 732 vmcase(OP_CALL, in luaV_execute() 786 lua_assert(GET_OPCODE(*((ci)->u.l.savedpc - 1)) == OP_CALL); in luaV_execute()
|
D | lparser.c | 861 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2)); in funcargs()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6646 case OP_CALL: in op_has_longofs() 6790 case OP_CALL: { in putop() 6912 case OP_CALL: in dumpbc() 7090 putop(c, OP_CALL, sub_m); in generate_msgfield() 7108 putop(c, OP_CALL, sub_m); in generate_msgfield() 7508 case OP_CALL: in consumes_input() 8248 VMCASE(OP_CALL, in run_decoder_vm()
|
D | upb.h | 7386 OP_CALL = 29,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 7319 case OP_CALL: in op_has_longofs() 7464 case OP_CALL: { in putop() 7586 case OP_CALL: in dumpbc() 7769 putop(c, OP_CALL, sub_m); in generate_msgfield() 7787 putop(c, OP_CALL, sub_m); in generate_msgfield() 8197 case OP_CALL: in consumes_input() 8959 VMCASE(OP_CALL, in run_decoder_vm()
|