Home
last modified time | relevance | path

Searched refs:PUSH (Results 1 – 25 of 64) sorted by relevance

123

/external/valgrind/coregrind/m_debuginfo/
Dd3basics.c492 # 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 …]
Dreaddwarf.c2638 # 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/
Dstack_alloc.h93 #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/libxml2/
Dpattern.c729 #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/cpython3/Python/
Dceval.c942 #define PUSH(v) { (void)(BASIC_PUSH(v), \ in _PyEval_EvalFrameDefault() macro
954 #define PUSH(v) BASIC_PUSH(v) in _PyEval_EvalFrameDefault() macro
1239 PUSH(value); in _PyEval_EvalFrameDefault()
1247 PUSH(value); in _PyEval_EvalFrameDefault()
1285 PUSH(top); in _PyEval_EvalFrameDefault()
1985 PUSH(awaitable); in _PyEval_EvalFrameDefault()
2159 PUSH(bc); in _PyEval_EvalFrameDefault()
2212 PUSH(item); in _PyEval_EvalFrameDefault()
2220 PUSH(item); in _PyEval_EvalFrameDefault()
2344 PUSH(v); in _PyEval_EvalFrameDefault()
[all …]
/external/libopus/celt/
Dstack_alloc.h137 #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/python/cpython2/Python/
Dceval.c935 #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/
Daesp8-ppc.pl51 $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/
DBlackfinFrameLowering.cpp79 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/
DEDEmitter.cpp405 #define PUSH(source) { \ macro
485 PUSH("src"); in X86ExtractSemantics()
487 PUSH("imm"); in X86ExtractSemantics()
489 PUSH("reg"); in X86ExtractSemantics()
536 #undef PUSH
/external/opencv/cvaux/src/
Dcvsegment.cpp58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \ macro
119 PUSH( seed.y, L, R, R + 1, R, UP ); in icvSegmFloodFill_Stage1()
164 PUSH( YC + flag, j, i, L, R, -flag ); in icvSegmFloodFill_Stage1()
200 #undef PUSH
/external/llvm/test/CodeGen/AMDGPU/
Dcayman-loop-bug.ll7 ; CHECK: PUSH
/external/aac/libFDK/src/arm/
Ddct_arm.cpp125 PUSH{r4 - r9} in dct_IV_func1()
352 PUSH{r4 - r9} in dst_IV_func1()
/external/boringssl/src/crypto/fipsmodule/modes/asm/
Dghashp8-ppc.pl42 $PUSH="std";
50 $PUSH="stw";
/external/python/cpython2/Lib/plat-irix5/
DFL.py63 PUSH = 1 variable
/external/python/cpython2/Lib/plat-irix6/
DFL.py63 PUSH = 1 variable
/external/libxml2/os400/
Dxmllint.cmd119 (*PUSH '--push') +
/external/valgrind/docs/internals/
Dtracking-fn-entry-exit.txt31 I first PUSH a separation marker on the shadow stack, and use the stack as
162 PUSH addr
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Dthumb-diagnostics.s60 @ Invalid writeback and register lists for PUSH/POP
/external/libmicrohttpd/
DREADME113 - SPDY PUSH
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/
Dthumb1.txt325 # PUSH
/external/llvm/test/MC/Disassembler/ARM/
Dthumb1.txt334 # PUSH
/external/libvpx/libvpx/third_party/x86inc/
Dx86inc.asm327 %macro PUSH 1
344 PUSH r%1
/external/llvm/lib/Target/X86/
DX86.td233 // 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/
Dmovtopush64.ll106 ; Check that we fuse 64-bit loads but not 32-bit loads into PUSH mem.

123