Home
last modified time | relevance | path

Searched refs:fetch2 (Results 1 – 25 of 80) sorted by relevance

1234

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/z80.src/
H A Dinst.cc105 tw = fetch2(); in inst_ld()
116 tw = fetch2(); in inst_ld()
130 tw = fetch2(); in inst_ld()
1156 fetch2(); in inst_call()
1165 fetch2(); in inst_call()
1179 fetch2(); in inst_call()
1188 fetch2(); in inst_call()
1197 fetch2(); in inst_call()
1206 fetch2(); in inst_call()
1215 fetch2(); in inst_call()
[all …]
H A Dinst_ed_r2k.cc51 tw = fetch2(); in inst_ed_()
94 tw = fetch2(); in inst_ed_()
119 tw = fetch2(); in inst_ed_()
146 tw = fetch2(); in inst_ed_()
170 tw = fetch2(); in inst_ed_()
188 tw = fetch2(); in inst_ed_()
197 tw = fetch2(); in inst_ed_()
215 tw = fetch2(); in inst_ed_()
H A Dinst_ed.cc91 tw = fetch2(); in inst_ed_()
129 tw = fetch2(); in inst_ed_()
157 tw = fetch2(); in inst_ed_()
180 tw = fetch2(); in inst_ed_()
205 tw = fetch2(); in inst_ed_()
233 tw = fetch2(); in inst_ed_()
260 tw = fetch2(); in inst_ed_()
276 tw = fetch2(); in inst_ed_()
H A Dinst_lr35902.cc69 u16_t addr = fetch2( ); in inst_st_sp_abs()
160 u16_t addr = fetch2( ); in inst_ld16()
H A Dinst_xd.cc42 regs_IX_OR_IY = fetch2(); in inst_Xd_ld()
45 tw = fetch2(); in inst_Xd_ld()
53 tw = fetch2(); in inst_Xd_ld()
/dports/textproc/p5-Parse-CSV/Parse-CSV-2.07/t/
H A D02_main.t44 my $fetch2 = $csv->fetch;
133 my $fetch2 = $csv->fetch;
137 $fetch2,
196 my $fetch2 = $csv->fetch;
200 $fetch2,
251 my $fetch2 = $csv->fetch;
255 $fetch2,
289 my $fetch2 = $csv->fetch;
290 is( $fetch2, undef, '->fetch returns undef' );
307 my $fetch2 = $csv->fetch;
[all …]
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/xa.src/
H A Dinst_gen.cc95 offset = (int)((short)fetch2());
118 offset = (int)((short)fetch2());
188 unsigned short dat = fetch2();
215 total = FUNC2(tmp, fetch2() );
232 offset = (int)((short)fetch2());
254 offset = (int)((short)fetch2());
256 tmp = fetch2();
280 unsigned short wdat = fetch2();
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/stm8.src/
H A Dinst.cc52 return fetch2(); in fetchea()
54 ftc = fetch2(); in fetchea()
68 ftc = fetch2(); in fetchea()
124 ftc = fetch2(); in get_dest()
136 ftc = fetch2(); in get_dest()
139 ftc = fetch2(); in get_dest()
148 resaddr = fetch2(); in get_dest()
158 ftc = fetch2(); in get_dest()
356 int ea = fetch2(); in inst_bccmbcpl()
390 int ea = fetch2(); in inst_bresbset()
[all …]
H A Dstm8mac.h27 #define fetch2() ((fetch() << 8) | fetch() ) macro
45 #define OPERANDW(code,prefix) (EA_IMM(code) ? fetch2() : get2(fetchea(code,prefix)))
H A Dstm8.cc1136 opaddr = fetch2(); in exec_inst()
1205 opaddr = fetch2(); in exec_inst()
1324 opaddr = fetch2(); in exec_inst()
1335 tempi = get1(fetch2()); in exec_inst()
1336 opaddr = fetch2(); in exec_inst()
1449 opaddr = fetch2(); in exec_inst()
1636 opaddr = fetch2(); in exec_inst()
1645 opaddr = fetch2(); in exec_inst()
1679 opaddr = fetch2(); in exec_inst()
1704 opaddr = fetch2(); in exec_inst()
[all …]
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/kafka-0.8.0/test-data/
H A DREADME.md31 * fetch2.txt
34 * fetch2.mytopic.nocompression.kafka.0900
37 - input records: fetch2.txt
41 * fetch2.mytopic.nocompression.invalid_crc.kafka.0900
42 - same as fetch2.mytopic.nocompression.kafka.0900 except with a
/dports/audio/aylet/aylet-0.5/
H A Dedops.c65 {unsigned short addr=fetch2(pc);
101 {unsigned short addr=fetch2(pc);
138 {unsigned short addr=fetch2(pc);
174 {unsigned short addr=fetch2(pc);
212 {unsigned short addr=fetch2(pc);
252 {unsigned short addr=fetch2(pc);
293 {unsigned short addr=fetch2(pc);
324 {unsigned short addr=fetch2(pc);
326 sp=fetch2(addr);
H A Dz80ops.c272 if(ixoriy==1)ix=fetch2(pc);
273 else iy=fetch2(pc);
279 {unsigned short addr=fetch2(pc);
344 {unsigned short addr=fetch2(pc);
351 else iy=fetch2(addr);
397 sp=fetch2(pc);
402 {unsigned short addr=fetch2(pc);
445 {unsigned short addr=fetch2(pc);
1155 unsigned short t=fetch2(sp);
1161 unsigned short t=fetch2(sp);
[all …]
/dports/audio/ocp/ocp-0.2.90/playay/
H A Dedops.c65 {uint16_t addr=fetch2(pc);
101 {uint16_t addr=fetch2(pc);
138 {uint16_t addr=fetch2(pc);
174 {uint16_t addr=fetch2(pc);
212 {uint16_t addr=fetch2(pc);
252 {uint16_t addr=fetch2(pc);
293 {uint16_t addr=fetch2(pc);
324 {uint16_t addr=fetch2(pc);
326 sp=fetch2(addr);
H A Dz80ops.c272 if(ixoriy==1)ix=fetch2(pc);
273 else iy=fetch2(pc);
279 {uint16_t addr=fetch2(pc);
344 {uint16_t addr=fetch2(pc);
351 else iy=fetch2(addr);
397 sp=fetch2(pc);
402 {uint16_t addr=fetch2(pc);
445 {uint16_t addr=fetch2(pc);
1155 uint16_t t=fetch2(sp);
1161 uint16_t t=fetch2(sp);
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/internal/
H A DWorkletInvokeFunctorDetail.h257 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
322 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
383 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
456 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
525 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
606 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
683 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
772 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
857 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
954 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/internal/
H A DWorkletInvokeFunctorDetail.h230 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
298 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
359 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
438 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
510 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
600 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
683 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
784 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
878 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
990 FetchType2 fetch2; in DoWorkletInvokeFunctor() local
[all …]
/dports/databases/p5-DBD-Sybase/DBD-Sybase-1.16/t/
H A Dmulti_sth.t77 ok($rc == 0, "test1 fetch2");
117 ok($rc == 0, "test2 fetch2");
162 ok($rc == 0, "test3 fetch2");
207 ok($rc == 0, "test4 fetch2");
254 ok($rc == 0, "test5 fetch2");
316 ok($rc == 0, "test6 fetch2");
/dports/devel/avr-gdb/gdb-7.3.1/sim/h8300/
H A Dcompile.c2067 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2076 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2085 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2094 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2103 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2112 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2172 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2180 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2188 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
3189 if (fetch2 (sd, &code->src, &rd)) in sim_resume()
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/h8300/
H A Dcompile.c2068 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2077 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2086 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2095 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2104 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2113 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2173 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2181 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2189 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
3190 if (fetch2 (sd, &code->src, &rd)) in sim_resume()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/h8300/
H A Dcompile.c2073 if (fetch2 (sd, &code->dst, &rd))
2082 if (fetch2 (sd, &code->dst, &rd))
2091 if (fetch2 (sd, &code->dst, &rd))
2100 if (fetch2 (sd, &code->dst, &rd))
2109 if (fetch2 (sd, &code->dst, &rd))
2118 if (fetch2 (sd, &code->dst, &rd))
2178 if (fetch2 (sd, &code->dst, &rd))
2186 if (fetch2 (sd, &code->dst, &rd))
2194 if (fetch2 (sd, &code->dst, &rd))
3195 if (fetch2 (sd, &code->src, &rd))
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/h8300/
H A Dcompile.c2073 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2082 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2091 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2100 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2109 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2118 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2178 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2186 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
2194 if (fetch2 (sd, &code->dst, &rd)) in sim_resume()
3195 if (fetch2 (sd, &code->src, &rd)) in sim_resume()
[all …]
/dports/security/fiked/fiked-0.0.5/vpnc/
H A Disakmp-pkt.c447 #define fetch2() \ macro
466 type = fetch2(); in parse_isakmp_attributes()
467 length = fetch2(); in parse_isakmp_attributes()
506 r->u.acl.acl_ent[i].sport = fetch2(); in parse_isakmp_attributes()
507 r->u.acl.acl_ent[i].dport = fetch2(); in parse_isakmp_attributes()
563 length = fetch2(); in parse_isakmp_payload()
645 if (fetch2() != 0) { in parse_isakmp_payload()
671 r->u.id.port = fetch2(); in parse_isakmp_payload()
693 r->u.n.type = fetch2(); in parse_isakmp_payload()
714 r->u.d.num_spi = fetch2(); in parse_isakmp_payload()
[all …]
/dports/security/vpnc/vpnc-0.5.3/
H A Disakmp-pkt.c479 #define fetch2() \ macro
498 type = fetch2(); in parse_isakmp_attributes()
499 length = fetch2(); in parse_isakmp_attributes()
544 r->u.acl.acl_ent[i].sport = fetch2(); in parse_isakmp_attributes()
545 r->u.acl.acl_ent[i].dport = fetch2(); in parse_isakmp_attributes()
604 length = fetch2(); in parse_isakmp_payload()
686 if (fetch2() != 0) { in parse_isakmp_payload()
714 r->u.id.port = fetch2(); in parse_isakmp_payload()
737 r->u.n.type = fetch2(); in parse_isakmp_payload()
763 r->u.d.num_spi = fetch2(); in parse_isakmp_payload()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/hc08.src/
H A Dinst.cc50 cl_hc08::fetch2(void) in fetch2() function in cl_hc08
82 return fetch2()+((regs.H << 8) | regs.X); // IX2 in fetchea()
84 return fetch2()+regs.SP; // SP2 in fetchea()
86 return fetch2(); in fetchea()
1194 ea = fetch2(); in inst_sthx()
1236 ea = fetch2(); in inst_ldhx()
1252 ea = ((regs.H << 8) | regs.X) + fetch2(); in inst_ldhx()
1294 operand = fetch2(); in inst_cphx()
1305 ea = fetch2(); in inst_cphx()

1234