/external/valgrind/coregrind/m_debuginfo/ |
D | d3basics.c | 492 # define PUSH(_arg) \ in ML_() macro 552 PUSH(0); in ML_() 579 PUSH( a1 ); in ML_() 615 PUSH( a1 + sw1 ); in ML_() 634 PUSH( a1 ); in ML_() 645 PUSH( a1 ); in ML_() 659 PUSH(uw1); in ML_() 680 PUSH(uw1); in ML_() 700 PUSH(uw1); in ML_() 707 PUSH(opcode - DW_OP_lit0); in ML_() [all …]
|
D | readdwarf.c | 2638 # define PUSH(_arg) \ in dwarfexpr_to_dag() macro 2685 PUSH(ix); in dwarfexpr_to_dag() 2688 PUSH(ctxs->cfa_expr_ix); in dwarfexpr_to_dag() 2716 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) ); in dwarfexpr_to_dag() 2731 PUSH(ix); in dwarfexpr_to_dag() 2741 PUSH(ix); in dwarfexpr_to_dag() 2748 PUSH( ML_(CfiExpr_Const)( dst, uw ) ); in dwarfexpr_to_dag() 2751 PUSH( ML_(CfiExpr_Binop)( dst, Cbinop_Add, ix2, ix ) ); in dwarfexpr_to_dag() 2759 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) ); in dwarfexpr_to_dag() 2767 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) ); in dwarfexpr_to_dag() [all …]
|
/external/speex/libspeex/ |
D | stack_alloc.h | 93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VA… macro 99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)… macro 111 #define ALLOC(var, size, type) var = PUSH(stack, size, type)
|
/external/libopus/celt/ |
D | stack_alloc.h | 137 #define PUSH(stack, size, type) (VALGRIND_MAKE_MEM_NOACCESS(stack, global_stack_top-stack),ALIGN((s… macro 144 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)/sizeof(char)),(stack)+=(size)*(sizeof(t… macro 156 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type)
|
/external/libxml2/ |
D | pattern.c | 729 #define PUSH(op, val, val2) \ macro 930 PUSH(XML_OP_ATTR, NULL, NULL); in xmlCompileAttributeTest() 981 PUSH(XML_OP_ATTR, NULL, URL); in xmlCompileAttributeTest() 989 PUSH(XML_OP_ATTR, token, URL); in xmlCompileAttributeTest() 992 PUSH(XML_OP_ATTR, name, NULL); in xmlCompileAttributeTest() 1026 PUSH(XML_OP_ELEM, NULL, NULL); in xmlCompileStepPattern() 1049 PUSH(XML_OP_ALL, NULL, NULL); in xmlCompileStepPattern() 1103 PUSH(XML_OP_NS, URL, NULL); in xmlCompileStepPattern() 1111 PUSH(XML_OP_ELEM, token, URL); in xmlCompileStepPattern() 1121 PUSH(XML_OP_ALL, NULL, NULL); in xmlCompileStepPattern() [all …]
|
/external/python/cpython2/Python/ |
D | ceval.c | 935 #define PUSH(v) { (void)(BASIC_PUSH(v), \ in PyEval_EvalFrameEx() macro 947 #define PUSH(v) BASIC_PUSH(v) in PyEval_EvalFrameEx() macro 1218 PUSH(x); in PyEval_EvalFrameEx() 1231 PUSH(x); in PyEval_EvalFrameEx() 1288 PUSH(v); in PyEval_EvalFrameEx() 2077 PUSH(x); in PyEval_EvalFrameEx() 2222 PUSH(w); in PyEval_EvalFrameEx() 2233 PUSH(w); in PyEval_EvalFrameEx() 2330 PUSH(x); in PyEval_EvalFrameEx() 2354 PUSH(x); in PyEval_EvalFrameEx() [all …]
|
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | aesp8-ppc.pl | 51 $PUSH ="std"; 59 $PUSH ="stw"; 112 $PUSH r11,$LRSAVE($sp) 375 $PUSH r10,`$FRAME+$LRSAVE`($sp) 709 $PUSH r26,`$FRAME+21*16+0*$SIZE_T`($sp) 711 $PUSH r27,`$FRAME+21*16+1*$SIZE_T`($sp) 713 $PUSH r28,`$FRAME+21*16+2*$SIZE_T`($sp) 715 $PUSH r29,`$FRAME+21*16+3*$SIZE_T`($sp) 717 $PUSH r30,`$FRAME+21*16+4*$SIZE_T`($sp) 719 $PUSH r31,`$FRAME+21*16+5*$SIZE_T`($sp) [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinFrameLowering.cpp | 79 BuildMI(MBB, MBBI, dl, TII.get(BF::PUSH)) in emitPrologue() 81 BuildMI(MBB, MBBI, dl, TII.get(BF::PUSH)) in emitPrologue()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | EDEmitter.cpp | 405 #define PUSH(source) { \ macro 485 PUSH("src"); in X86ExtractSemantics() 487 PUSH("imm"); in X86ExtractSemantics() 489 PUSH("reg"); in X86ExtractSemantics() 536 #undef PUSH
|
/external/aac/libSBRdec/src/arm/ |
D | env_calc_arm.cpp | 116 PUSH {r4-r5} in FDK_get_maxval()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | cayman-loop-bug.ll | 7 ; CHECK: PUSH
|
/external/aac/libFDK/src/arm/ |
D | dct_arm.cpp | 112 PUSH {r4-r9} in dct_IV_func1() 291 PUSH {r4-r9} in dst_IV_func1()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FL.py | 63 PUSH = 1 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FL.py | 63 PUSH = 1 variable
|
/external/boringssl/src/crypto/fipsmodule/modes/asm/ |
D | ghashp8-ppc.pl | 42 $PUSH="std"; 50 $PUSH="stw";
|
/external/libxml2/os400/ |
D | xmllint.cmd | 119 (*PUSH '--push') +
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | thumb-diagnostics.s | 60 @ Invalid writeback and register lists for PUSH/POP
|
D | basic-thumb-instructions.s | 413 @ PUSH
|
/external/valgrind/docs/internals/ |
D | tracking-fn-entry-exit.txt | 31 I first PUSH a separation marker on the shadow stack, and use the stack as 162 PUSH addr
|
/external/libmicrohttpd/ |
D | README | 113 - SPDY PUSH
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb1.txt | 334 # PUSH
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/ |
D | thumb1.txt | 325 # PUSH
|
/external/libvpx/libvpx/third_party/x86inc/ |
D | x86inc.asm | 327 %macro PUSH 1 344 PUSH r%1
|
/external/llvm/lib/Target/X86/ |
D | X86.td | 233 // The best examples of this are the memory forms of CALL and PUSH 234 // instructions, which should be avoided in favor of a MOV + register CALL/PUSH.
|
/external/llvm/test/CodeGen/X86/ |
D | movtopush64.ll | 106 ; Check that we fuse 64-bit loads but not 32-bit loads into PUSH mem.
|