HomeSort by relevance Sort by last modified time
    Searched defs:CALL (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/src/runtime/cgo/
asm_amd64.s 40 CALL CX /* fn */
59 CALL DI /* fn */
  /prebuilts/go/linux-x86/src/runtime/cgo/
asm_amd64.s 40 CALL CX /* fn */
59 CALL DI /* fn */
  /external/autotest/client/cros/chameleon/
motor_board.py 14 motor.Touch(ButtonFunction.CALL)
15 motor.Release(ButtonFunction.CALL)
22 CALL = 'Call'
  /toolchain/binutils/binutils-2.27/gprof/
sparc.c 40 #define CALL (0xc0000000)
58 if (insn & CALL)
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-direct-large.cc 40 #define CALL(x) x();
46 F4(CALL, f)
54 F4(CALL, f)
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.h 26 CALL, // A call instruction.
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.h 74 CallInst *CALL(Value *Callee, const std::initializer_list<Value*> &args);
76 CallInst *CALL(Value *Callee) { return CALLA(Callee); }
77 CallInst *CALL(Value *Callee, Value* arg);
100 /// @brief functions that build IR to call x86 intrinsics directly, or
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelLowering.h 34 CALL
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.h 31 /// CALL - These operations represent an abstract call
33 CALL,
  /prebuilts/go/darwin-x86/src/runtime/
sys_solaris_amd64.s 25 CALL DI // SysV ABI so returns in AX
45 CALL AX
58 CALL AX
64 // Call a library function with SysV calling conventions.
103 // Call SysV function
104 CALL AX
147 CALL runtime·stackcheck(SB) // clobbers AX,CX
148 CALL runtime·mstart(SB)
182 CALL AX
223 // prepare call
    [all...]
sys_darwin_amd64.s 8 // or /usr/include/sys/syscall.h (on a Mac) for system call numbers.
10 // The low 24 bits are the system call number.
11 // The high 8 bits specify the kind of system call: 1=Mach, 2=BSD, 3=Machine-Dependent.
172 // filled in by the system call.
277 // or, if gtod_generation==0, invoke the system call.
300 // Fall back to system call (usually first call in this thread).
347 CALL AX
359 CALL AX
422 // Set up arguments to bsdthread_create system call
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
sys_solaris_amd64.s 25 CALL DI // SysV ABI so returns in AX
45 CALL AX
58 CALL AX
64 // Call a library function with SysV calling conventions.
103 // Call SysV function
104 CALL AX
147 CALL runtime·stackcheck(SB) // clobbers AX,CX
148 CALL runtime·mstart(SB)
182 CALL AX
223 // prepare call
    [all...]
sys_darwin_amd64.s 8 // or /usr/include/sys/syscall.h (on a Mac) for system call numbers.
10 // The low 24 bits are the system call number.
11 // The high 8 bits specify the kind of system call: 1=Mach, 2=BSD, 3=Machine-Dependent.
172 // filled in by the system call.
277 // or, if gtod_generation==0, invoke the system call.
300 // Fall back to system call (usually first call in this thread).
347 CALL AX
359 CALL AX
422 // Set up arguments to bsdthread_create system call
    [all...]
  /test/vts/drivers/hal/common/include/binder/
VtsFuzzerBinderService.h 45 CALL,
59 // Requests to call the specified function using the provided arguments.
60 virtual string Call(const string& call_payload) = 0;
76 string Call(const string& call_payload);
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.h 33 // CALL - These operations represent an abstract call instruction, which
35 CALL,
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.h 42 /// CALL - Normal call.
43 CALL,
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.h 37 CALL, // A call instruction.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
flow2.s 98 //CALL ( Preg ) ; /* indirect to an absolute (not PC-relative) address (a) */
99 CALL(P0);
100 CALL(P1);
101 CALL(P2);
102 CALL(P3);
103 CALL(P4);
104 CALL(P5);
107 //CALL ( PC + Preg ) ; /* PC-relative, indexed (a) */
108 CALL(PC+P0);
109 CALL(PC+P1)
    [all...]
  /external/llvm/lib/Target/AVR/
AVRISelLowering.h 32 /// Represents an abstract call instruction,
34 CALL,
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.h 39 /// CALL - These operations represent an abstract call
41 CALL,
  /external/tensorflow/tensorflow/core/kernels/
gather_functor.h 123 #define CALL(elems) \
136 CALL(10);
138 CALL(20);
140 CALL(-1);
141 #undef CALL
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 28 public const int CALL=4;
ProfileGrammarLexer.cs 28 public const int CALL=4;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 22 #define CALL 5
FuzzyLexer.h 40 #define CALL 16

Completed in 1790 milliseconds

1 2 3 4 5 6 7