Home
last modified time | relevance | path

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

1234

/external/u-boot/arch/arc/lib/
Dints_low.S20 .macro PUSH reg macro
26 PUSH %r9
30 PUSH %r1
31 PUSH %r2
32 PUSH %r3
33 PUSH %r4
34 PUSH %r5
35 PUSH %r6
36 PUSH %r7
37 PUSH %r8
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DPUSH.java28 public final class PUSH implements CompoundInstruction, VariableLengthInstruction, InstructionConst… class
39 public PUSH(final ConstantPoolGen cp, final int value) { in PUSH() method in PUSH
56 public PUSH(final ConstantPoolGen cp, final boolean value) { in PUSH() method in PUSH
65 public PUSH(final ConstantPoolGen cp, final float value) { in PUSH() method in PUSH
82 public PUSH(final ConstantPoolGen cp, final long value) { in PUSH() method in PUSH
97 public PUSH(final ConstantPoolGen cp, final double value) { in PUSH() method in PUSH
112 public PUSH(final ConstantPoolGen cp, final String value) { in PUSH() method in PUSH
126 public PUSH(final ConstantPoolGen cp, final ObjectType value) { in PUSH() method in PUSH
138 public PUSH(final ConstantPoolGen cp, final Number value) { in PUSH() method in PUSH
140 instruction = new PUSH(cp, value.intValue()).instruction; in PUSH()
[all …]
DInstructionFactory.java150 il.append(new PUSH(cp, s)); in createPrintln()
160 PUSH push; in createConstant()
162 push = new PUSH(cp, (Number) value); in createConstant()
164 push = new PUSH(cp, (String) value); in createConstant()
166 push = new PUSH(cp, (Boolean) value); in createConstant()
168 push = new PUSH(cp, (Character) value); in createConstant()
/external/speex/libspeexdsp/
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/apache-commons-bcel/src/test/java/org/apache/bcel/verifier/tests/
DTestArrayAccess04Creator.java32 import org.apache.bcel.generic.PUSH;
77 final InstructionHandle ih_0 = il.append(new PUSH(_cp, 1)); in createMethod_1()
81 final InstructionHandle ih_5 = il.append(new PUSH(_cp, 1)); in createMethod_1()
86 il.append(new PUSH(_cp, 0)); in createMethod_1()
DTestArrayAccess02Creator.java32 import org.apache.bcel.generic.PUSH;
77 final InstructionHandle ih_0 = il.append(new PUSH(_cp, 1)); in createMethod_1()
81 final InstructionHandle ih_5 = il.append(new PUSH(_cp, 1)); in createMethod_1()
87 il.append(new PUSH(_cp, 0)); in createMethod_1()
DTestArrayAccess03Creator.java32 import org.apache.bcel.generic.PUSH;
77 final InstructionHandle ih_0 = il.append(new PUSH(_cp, 1)); in createMethod_1()
83 il.append(new PUSH(_cp, 0)); in createMethod_1()
/external/apache-commons-bcel/src/examples/Mini/
DASTIdent.java27 import org.apache.bcel.generic.PUSH;
132 il.append(new PUSH(cp, 1)); in byte_code()
134 il.append(new PUSH(cp, 0)); in byte_code()
DASTInteger.java25 import org.apache.bcel.generic.PUSH;
91 il.append(new PUSH(cp, value)); ASTFunDecl.push(); in byte_code()
DASTExpr.java34 import org.apache.bcel.generic.PUSH;
261 il.append(new PUSH(cp, 1)); ASTFunDecl.push(); // Push TRUE in byte_code()
292 il.append(new PUSH(cp, 1)); in byte_code()
294 bh.setTarget(il.append(new PUSH(cp, 0))); in byte_code()
DASTProgram.java37 import org.apache.bcel.generic.PUSH;
227 il.append(new PUSH(cp, "Please enter a number> ")); in byte_code()
259 il.append(new PUSH(cp, "Result: ")); in byte_code()
276 il.append(new PUSH(cp, 0)); in byte_code()
/external/python/cpython3/Python/
Dceval.c772 #define PUSH(v) { (void)(BASIC_PUSH(v), \ in _PyEval_EvalFrameDefault() macro
784 #define PUSH(v) BASIC_PUSH(v) in _PyEval_EvalFrameDefault() macro
1083 PUSH(value); in _PyEval_EvalFrameDefault()
1091 PUSH(value); in _PyEval_EvalFrameDefault()
1129 PUSH(top); in _PyEval_EvalFrameDefault()
1740 PUSH(awaitable); in _PyEval_EvalFrameDefault()
1919 PUSH(bc); in _PyEval_EvalFrameDefault()
1972 PUSH(item); in _PyEval_EvalFrameDefault()
1980 PUSH(item); in _PyEval_EvalFrameDefault()
2104 PUSH(v); in _PyEval_EvalFrameDefault()
[all …]
/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/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/apache-commons-bcel/src/examples/
DHelloWorldBuilder.java35 import org.apache.bcel.generic.PUSH;
115 il.append(new PUSH(cp, "Please enter your name> ")); in main()
147 il.append(new PUSH(cp, "Hello, ")); in main()
DProxyCreator.java34 import org.apache.bcel.generic.PUSH;
104 il.append(new PUSH(cp, "actionPerformed:")); in main()
Dhelloify.java35 import org.apache.bcel.generic.PUSH;
106 patch.append(new PUSH(cp, mesg)); in helloifyMethod()
/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/python/cpython2/Python/
Dceval.c943 #define PUSH(v) { (void)(BASIC_PUSH(v), \ in PyEval_EvalFrameEx() macro
955 #define PUSH(v) BASIC_PUSH(v) in PyEval_EvalFrameEx() macro
1226 PUSH(x); in PyEval_EvalFrameEx()
1239 PUSH(x); in PyEval_EvalFrameEx()
1296 PUSH(v); in PyEval_EvalFrameEx()
2089 PUSH(x); in PyEval_EvalFrameEx()
2234 PUSH(w); in PyEval_EvalFrameEx()
2245 PUSH(w); in PyEval_EvalFrameEx()
2342 PUSH(x); in PyEval_EvalFrameEx()
2366 PUSH(x); in PyEval_EvalFrameEx()
[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/llvm/test/CodeGen/AMDGPU/
Dcayman-loop-bug.ll7 ; CHECK: PUSH
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dcayman-loop-bug.ll7 ; CHECK: PUSH
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DGeneratingAnnotatedClassesTestCase.java460 final InstructionHandle try_start = il.append(new PUSH(cp, "Andy")); in buildClassContentsWithAnnotatedMethods()
484 il.append(new PUSH(cp, "Hello, ")); in buildClassContentsWithAnnotatedMethods()
554 final InstructionHandle try_start = il.append(new PUSH(cp, "Andy")); in buildClassContents()
578 il.append(new PUSH(cp, "Hello, ")); in buildClassContents()
/external/adeb/
Dandrodeb50 push) PUSH=1; shift || true; break ;;
108 if [ ! -z "$PUSH" ]; then

1234