Home
last modified time | relevance | path

Searched refs:inst_sub (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/retro12/RETRO12-2021.4/vm/nga-pascal/
H A Dnga.pas217 procedure inst_sub(); procedure
333 18 : inst_sub();
/dports/lang/retro12/RETRO12-2021.4/example/
H A Dcalling-retro-from-c.c341 void inst_sub() { in inst_sub() function
415 inst_gt, inst_fetch, inst_store, inst_add, inst_sub, inst_mul, inst_divmod,
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/st7.src/
H A Dinstcl.h34 virtual int inst_sub(t_mem code, unsigned char prefix);
H A Dst7.cc557 return( inst_sub( code, cprefix)); in exec_inst()
H A Dinst.cc922 cl_st7::inst_sub(t_mem code, unsigned char prefix) in inst_sub() function in cl_st7
/dports/emulators/tnylpo/tnylpo-1.1.3/
H A Dcpu.c1036 inst_sub(void) { reg_a = sub8(reg_a, *operand8(opcode & 0x07, 0), 0); } in inst_sub() function
2551 /*90*/ { inst_sub, OP_0 },
2552 /*91*/ { inst_sub, OP_0 },
2553 /*92*/ { inst_sub, OP_0 },
2554 /*93*/ { inst_sub, OP_0 },
2555 /*94*/ { inst_sub, OP_0 },
2556 /*95*/ { inst_sub, OP_0 },
2557 /*96*/ { inst_sub, OP_INDEXED },
2558 /*97*/ { inst_sub, OP_0 },
/dports/lang/retro12/RETRO12-2021.4/vm/nga-c-native-x86/
H A Dretro.c424 void inst_sub() { in inst_sub() function
503 inst_gt, inst_fetch, inst_store, inst_add, inst_sub, inst_mul, inst_divmod,
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/stm8.src/
H A Dinstcl.h43 virtual int inst_sub(t_mem code, unsigned char prefix);
/dports/lang/retro12/RETRO12-2021.4/vm/nga-c-no-libc/
H A Dretro.c547 void inst_sub() { in inst_sub() function
626 inst_gt, inst_fetch, inst_store, inst_add, inst_sub, inst_mul, inst_divmod,
/dports/lang/retro12/RETRO12-2021.4/tools/
H A Dretro-extend.c483 void inst_sub() { in inst_sub() function
560 inst_gt, inst_fetch, inst_store, inst_add, inst_sub, inst_mul, inst_divmod,
/dports/lang/retro12/RETRO12-2021.4/vm/nga-c/
H A Dretro-compiler.c487 void inst_sub() { in inst_sub() function
566 inst_gt, inst_fetch, inst_store, inst_add, inst_sub, inst_mul, inst_divmod,
H A Dretro-windows.c1374 void inst_sub() { in inst_sub() function
1453 inst_gt, inst_fetch, inst_store, inst_add, inst_sub, inst_mul, inst_divmod,
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/hc08.src/
H A Dinstcl.h17 virtual int inst_sub(t_mem code, bool prefix);
H A Dhc08.cc598 case 0x0: return(inst_sub(code, /*TRUE*/1)); in exec_inst()
634 case 0x0: return(inst_sub(code, /*FALSE*/0)); in exec_inst()
H A Dinst.cc256 cl_hc08::inst_sub(t_mem code, bool prefix) in inst_sub() function in cl_hc08
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/z80.src/
H A Dinstcl.h33 virtual int inst_sub(t_mem code);
H A Dlr35902.cc586 return(inst_sub(code)); in exec_inst()
624 case 0xd6: return(inst_sub(code)); in exec_inst()
H A Dz80cl.h121 virtual int inst_sub(t_mem code);
H A Dr2k.cc658 return(inst_sub(code)); in exec_code()
698 case 0xd6: return(inst_sub(code)); in exec_code()
H A Dz80.cc652 return(inst_sub(code)); in exec_inst()
691 case 0xd6: return(inst_sub(code)); in exec_inst()
H A Dinst.cc1302 cl_z80::inst_sub(t_mem code) in inst_sub() function in cl_z80
/dports/graphics/rx/rx-0.4.0/cargo-crates/luminance-0.38.0/src/
H A Dtess.rs1140 pub fn inst_sub(tess: &'a Tess, vert_nb: usize, inst_nb: usize) -> Self { in inst_sub() method
1284 TessSlice::inst_sub(self, to.end, inst_nb) in inst_slice()
1328 TessSlice::inst_sub(self, to.end + 1, inst_nb) in inst_slice()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/seqfeat/
H A DOrgMod.cpp341 string inst_sub = inst_coll.substr(0, pos); in FindInstitutionCode() local
342 it = code_map.find(inst_sub); in FindInstitutionCode()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/seqfeat/
H A DOrgMod.cpp341 string inst_sub = inst_coll.substr(0, pos); in FindInstitutionCode() local
342 it = code_map.find(inst_sub); in FindInstitutionCode()
/dports/lang/retro12/RETRO12-2021.4/doc/
H A DNga.md448 void inst_sub() {
679 inst_gt, inst_fetch, inst_store, inst_add, inst_sub, inst_mul, inst_divmod,

12