Searched refs:OPS (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-symbolized-disassembly.test | 10 … -no-symbolic-operands %p/Inputs/hello.obj.macho-x86_64 | FileCheck %s -check-prefix=NO-SYM-OPS-OBJ 11 … -no-symbolic-operands %p/Inputs/hello.exe.macho-x86_64 | FileCheck %s -check-prefix=NO-SYM-OPS-EXE 43 NO-SYM-OPS-OBJ: 0000000000000008 leaq (%rip), %rax 44 NO-SYM-OPS-OBJ: 0000000000000026 callq 0x2b 46 NO-SYM-OPS-EXE: 0000000100000f38 leaq 0x4f(%rip), %rax 47 NO-SYM-OPS-EXE: 0000000100000f56 callq 0x100000f6c
|
/external/python/cpython3/Modules/_ctypes/libffi/src/tile/ |
D | ffi.c | 243 #define OPS(a, b, shift) \ in ffi_prep_closure_loc() macro 247 *out++ = ffi_template_tramp_tile[0] | OPS(c, h, s); in ffi_prep_closure_loc() 249 *out++ = ffi_template_tramp_tile[1] | OPS(c, h, s); in ffi_prep_closure_loc() 251 #undef OPS in ffi_prep_closure_loc()
|
/external/libffi/src/tile/ |
D | ffi.c | 243 #define OPS(a, b, shift) \ in ffi_prep_closure_loc() macro 247 *out++ = ffi_template_tramp_tile[0] | OPS(c, h, s); in ffi_prep_closure_loc() 249 *out++ = ffi_template_tramp_tile[1] | OPS(c, h, s); in ffi_prep_closure_loc() 251 #undef OPS in ffi_prep_closure_loc()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/tile/ |
D | ffi.c | 243 #define OPS(a, b, shift) \ in ffi_prep_closure_loc() macro 247 *out++ = ffi_template_tramp_tile[0] | OPS(c, h, s); in ffi_prep_closure_loc() 249 *out++ = ffi_template_tramp_tile[1] | OPS(c, h, s); in ffi_prep_closure_loc() 251 #undef OPS in ffi_prep_closure_loc()
|
/external/adhd/cras/src/server/ |
D | cras_mix_ops.c | 16 #define OPS(a) a ## _sse42 macro 18 #define OPS(a) a ## _avx macro 20 #define OPS(a) a ## _avx2 macro 22 #define OPS(a) a ## _fma macro 24 #define OPS(a) a macro 856 const struct cras_mix_ops OPS(mixer_ops) = {
|
/external/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 204 #define DEFINE_GETIMPL_STORE(CLASS, ARGS, OPS) \ argument 205 return storeImpl(new (array_lengthof(OPS)) \ 206 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \ 211 #define DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(CLASS, OPS) \ argument 212 return storeImpl(new (array_lengthof(OPS)) CLASS(Context, Storage, OPS), \
|
/external/toybox/toys/pending/ |
D | expr.c | 138 } OPS[] = { variable 231 struct op_def *o = OPS; in eval_expr()
|
/external/llvm/test/Bitcode/ |
D | invalid.test | 182 RUN: FileCheck --check-prefix=ABBREV-NO-OPS %s 184 ABBREV-NO-OPS: Abbrev record with no operands
|