Home
last modified time | relevance | path

Searched refs:push2 (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Domparser.y669 push2($1,var);
677 push2($1,var);
685 push2($1,var);
740 { push2($1,$2);
750 { push2($1,$2);
755 { push2($1,$2);
793 { push2($1,$2);
1200 push2($4, $2);
1214 push2($1, $4);
1221 push2($4, $2);
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/usecode/
H A Duc_machine.cpp655 p->_stack.push2(0); in execProcess()
684 p->_stack.push2(0); in execProcess()
709 p->_stack.push2(1); in execProcess()
711 p->_stack.push2(0); in execProcess()
722 p->_stack.push2(1); in execProcess()
724 p->_stack.push2(0); in execProcess()
736 p->_stack.push2(1); in execProcess()
738 p->_stack.push2(0); in execProcess()
752 p->_stack.push2(1); in execProcess()
754 p->_stack.push2(0); in execProcess()
[all …]
/dports/net/nanomsg/nanomsg-1.1.5/tests/
H A Dpipeline.c33 int push2; in main() local
66 push2 = test_socket (AF_SP, NN_PUSH); in main()
67 test_connect (push2, SOCKET_ADDRESS); in main()
70 test_send (push2, "DEF"); in main()
77 test_close (push2); in main()
H A Dprio.c36 int push2; in main() local
73 push2 = test_socket (AF_SP, NN_PUSH); in main()
74 test_bind (push2, SOCKET_ADDRESS_B); in main()
88 test_send (push2, "DEF"); in main()
94 test_close (push2); in main()
/dports/net/nng/nng-1.5.2/tests/
H A Dcompat_pipeline.c33 int push2; in main() local
67 push2 = test_socket (AF_SP, NN_PUSH); in main()
68 test_connect (push2, SOCKET_ADDRESS); in main()
74 test_send (push2, "DEF"); in main()
81 test_close (push2); in main()
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/z80.src/
H A Dinst.cc1024 push2(PC+2); in inst_rst()
1045 push2(PC+2); in inst_rst()
1050 push2(PC+2); in inst_rst()
1055 push2(PC+2); in inst_rst()
1060 push2(PC+2); in inst_rst()
1065 push2(PC+2); in inst_rst()
1070 push2(PC+2); in inst_rst()
1152 push2(PC+2); in inst_call()
1161 push2(PC+2); in inst_call()
1169 push2(PC+2); in inst_call()
[all …]
H A Dinst_r2k.cc240 push2(PC+2); in inst_lcall()
354 push2(PC+2); in inst_rst()
362 push2(PC+2); in inst_rst()
367 push2(PC+2); in inst_rst()
372 push2(PC+2); in inst_rst()
395 push2(PC+2); in inst_rst()
546 push2(*regs_IX_OR_IY); in inst_xd()
555 push2(PC); in inst_xd()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/WebAssembly/
H A Daddress-offsets.ll45 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
58 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
163 ; NON-PIC-NEXT: i32.const $push2=, g-40{{$}}
170 ; PIC-NEXT: global.get $push2=, g@GOT{{$}}
197 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
209 ; CHECK-NEXT: i32.add $push2=, $pop1, $0{{$}}
225 ; CHECK-NEXT: i32.add $push2=, $pop1, $0{{$}}
241 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
333 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
501 ; NON-PIC-NEXT: i32.const $push2=, g-40{{$}}
[all …]
H A Dlower-global-dtors.ll60 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.0{{$}}
76 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$0{{$}}
91 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$1.associatedc0{{$}}
106 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$2.associatedc1{{$}}
121 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$3.associatedc2{{$}}
135 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$4.associatedc3{{$}}
149 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$5{{$}}
167 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors$1{{$}}
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/WebAssembly/
H A Daddress-offsets.ll45 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
58 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
163 ; NON-PIC-NEXT: i32.const $push2=, g-40{{$}}
170 ; PIC-NEXT: global.get $push2=, g@GOT{{$}}
197 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
209 ; CHECK-NEXT: i32.add $push2=, $pop1, $0{{$}}
225 ; CHECK-NEXT: i32.add $push2=, $pop1, $0{{$}}
241 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
333 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
501 ; NON-PIC-NEXT: i32.const $push2=, g-40{{$}}
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/WebAssembly/
H A Daddress-offsets.ll45 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
58 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
163 ; NON-PIC-NEXT: i32.const $push2=, g-40{{$}}
170 ; PIC-NEXT: global.get $push2=, g@GOT{{$}}
197 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
209 ; CHECK-NEXT: i32.add $push2=, $pop1, $0{{$}}
225 ; CHECK-NEXT: i32.add $push2=, $pop1, $0{{$}}
241 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
333 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
501 ; NON-PIC-NEXT: i32.const $push2=, g-40{{$}}
[all …]
H A Dlower-global-dtors.ll60 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.0{{$}}
76 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$0{{$}}
91 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$1.associatedc0{{$}}
106 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$2.associatedc1{{$}}
121 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$3.associatedc2{{$}}
135 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$4.associatedc3{{$}}
149 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$5{{$}}
167 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors$1{{$}}
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/WebAssembly/
H A Daddress-offsets.ll45 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
58 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
163 ; NON-PIC-NEXT: i32.const $push2=, g-40{{$}}
170 ; PIC-NEXT: global.get $push2=, g@GOT{{$}}
197 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
209 ; CHECK-NEXT: i32.add $push2=, $pop1, $0{{$}}
225 ; CHECK-NEXT: i32.add $push2=, $pop1, $0{{$}}
241 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
333 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
501 ; NON-PIC-NEXT: i32.const $push2=, g-40{{$}}
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/WebAssembly/
H A Daddress-offsets.ll45 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
58 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
163 ; NON-PIC-NEXT: i32.const $push2=, g-40{{$}}
170 ; PIC-NEXT: global.get $push2=, g@GOT{{$}}
197 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
209 ; CHECK-NEXT: i32.add $push2=, $pop1, $0{{$}}
225 ; CHECK-NEXT: i32.add $push2=, $pop1, $0{{$}}
241 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
333 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
501 ; NON-PIC-NEXT: i32.const $push2=, g-40{{$}}
[all …]
H A Dlower-global-dtors.ll60 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.0{{$}}
76 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$0{{$}}
91 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$1.associatedc0{{$}}
106 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$2.associatedc1{{$}}
121 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$3.associatedc2{{$}}
135 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$4.associatedc3{{$}}
149 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$5{{$}}
167 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors$1{{$}}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/WebAssembly/
H A Daddress-offsets.ll45 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
58 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
163 ; NON-PIC-NEXT: i32.const $push2=, g-40{{$}}
170 ; PIC-NEXT: global.get $push2=, g@GOT{{$}}
197 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
209 ; CHECK-NEXT: i32.add $push2=, $pop1, $0{{$}}
225 ; CHECK-NEXT: i32.add $push2=, $pop1, $0{{$}}
241 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
333 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
501 ; NON-PIC-NEXT: i32.const $push2=, g-40{{$}}
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/WebAssembly/
H A Daddress-offsets.ll39 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
52 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
151 ; CHECK-NEXT: i32.const $push2=, g-40{{$}}
176 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
188 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
204 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
220 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
234 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
250 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
312 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/WebAssembly/
H A Daddress-offsets.ll40 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
54 ; CHECK-NEX T: i32.load $push2=, g+40($pop1){{$}}
160 ; CHECK-NEXT: i32.const $push2=, g-40{{$}}
187 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
200 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
217 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
234 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
249 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
266 ; CHECK-NEXT: i32.add $push2=, $0, $pop1{{$}}
332 ; CHECK-NEXT: i32.load $push2=, 0($pop1){{$}}
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestQueue.cpp177 for (uint32_t push2 = 0; push2 < 16; ++push2) { in TEST() local
178 for (uint32_t pop2 = 0; pop2 < push1 - pop1 + push2; ++pop2) { in TEST()
179 PushPopPushPop(push1, pop1, push2, pop2); in TEST()
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestQueue.cpp177 for (uint32_t push2 = 0; push2 < 16; ++push2) { in TEST() local
178 for (uint32_t pop2 = 0; pop2 < push1 - pop1 + push2; ++pop2) { in TEST()
179 PushPopPushPop(push1, pop1, push2, pop2); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestQueue.cpp177 for (uint32_t push2 = 0; push2 < 16; ++push2) { in TEST() local
178 for (uint32_t pop2 = 0; pop2 < push1 - pop1 + push2; ++pop2) { in TEST()
179 PushPopPushPop(push1, pop1, push2, pop2); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/WebAssembly/
H A Dlower-global-dtors.ll61 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.0{{$}}
77 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$0{{$}}
92 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$1.associatedc0{{$}}
107 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$2.associatedc1{{$}}
122 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$3.associatedc2{{$}}
136 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$4.associatedc3{{$}}
150 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$5{{$}}
168 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors$1{{$}}
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/WebAssembly/
H A Dlower-global-dtors.ll61 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.0{{$}}
77 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$0{{$}}
92 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$1.associatedc0{{$}}
107 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$2.associatedc1{{$}}
122 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$3.associatedc2{{$}}
136 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$4.associatedc3{{$}}
150 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$5{{$}}
168 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors$1{{$}}
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dlower-global-dtors.ll60 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.0{{$}}
76 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$0{{$}}
91 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$1.associatedc0{{$}}
106 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$2.associatedc1{{$}}
121 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$3.associatedc2{{$}}
135 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$4.associatedc3{{$}}
149 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$5{{$}}
167 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors$1{{$}}
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dlower-global-dtors.ll61 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.0{{$}}
77 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$0{{$}}
92 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$1.associatedc0{{$}}
107 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$2.associatedc1{{$}}
122 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$3.associatedc2{{$}}
136 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$4.associatedc3{{$}}
150 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors.1$5{{$}}
168 ; CHECK-NEXT: i32.const $push2=, .Lcall_dtors$1{{$}}

12345678910>>...17