HomeSort by relevance Sort by last modified time
    Searched refs:OP_CALL (Results 1 - 25 of 30) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_print.cpp 568 if (op == OP_CALL && asFlow()->builtin) {
571 if (op == OP_CALL && asFlow()->target.fn) {
nv50_ir_target_nv50.cpp 127 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
135 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT,
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,
183 OP_CALL, OP_PRERET, OP_QUADON, OP_QUADPOP,
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir.cpp 1060 if (op == OP_CALL)
1091 if (op == OP_CALL)
nv50_ir_emit_gk110.cpp     [all...]
nv50_ir.h 95 OP_CALL,
    [all...]
nv50_ir_emit_nvc0.cpp     [all...]
nv50_ir_peephole.cpp 251 if (i->op == OP_CALL) // calls have args as sources, they must be in regs
381 if (i->op == OP_MOV || i->op == OP_CALL)
    [all...]
nv50_ir_lowering_nv50.cpp     [all...]
nv50_ir_ra.cpp 423 assert(pb->getExit()->op != OP_CALL);
496 if (!cal || cal->op != OP_CALL || cal->builtin || cal->indirect)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lopcodes.h 207 OP_CALL,/* A B C R(A), ... ,R(A+C-2) := R(A)(R(A+1), ... ,R(A+B-1)) */
234 (*) In OP_CALL, if (B == 0) then B = top. If (C == 0), then `top' is
235 set to last_result+1, so next open instruction (OP_CALL, OP_RETURN,
239 set top (like in OP_CALL with C == 0).
ldebug.c 360 case OP_CALL:
451 case OP_CALL:
lvm.c 467 case OP_CALL: {
709 vmcase(OP_CALL,
763 lua_assert(GET_OPCODE(*((ci)->u.l.savedpc - 1)) == OP_CALL);
lparser.c 861 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2));
    [all...]
  /external/syslinux/com32/lua/src/
lopcodes.h 207 OP_CALL,/* A B C R(A), ... ,R(A+C-2) := R(A)(R(A+1), ... ,R(A+B-1)) */
234 (*) In OP_CALL, if (B == 0) then B = top. If (C == 0), then `top' is
235 set to last_result+1, so next open instruction (OP_CALL, OP_RETURN,
239 set top (like in OP_CALL with C == 0).
ldebug.c 360 case OP_CALL:
451 case OP_CALL:
lvm.c 490 case OP_CALL: {
732 vmcase(OP_CALL,
786 lua_assert(GET_OPCODE(*((ci)->u.l.savedpc - 1)) == OP_CALL);
lparser.c 861 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2));
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
lm32-desc.h 65 , OP_BNE = 23, OP_CALL = 54, OP_CALLI = 62, OP_CMPE = 57
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h 537 OP_CALL, /* \g<name> */
regcomp.c 400 r = add_opcode(reg, OP_CALL);
1293 r = add_opcode(reg, OP_CALL);
    [all...]
regexec.c     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c     [all...]

Completed in 902 milliseconds

1 2