Home
last modified time | relevance | path

Searched refs:instruction_table (Results 1 – 10 of 10) sorted by relevance

/dports/irc/srvx/srvx-1.3.1/rx/
H A Drxsuper.c232 df->future_frame.inx = cache->instruction_table[rx_cache_miss];
270 df->future_frame.inx = cache->instruction_table[rx_next_char];
466 df->future_frame.inx = cache->instruction_table[rx_cache_miss];
868 dfp->future_frame.inx = rx->instruction_table[rx_cache_miss];
872 = rx->instruction_table[rx_do_side_effects];
1014 ifr->inx = rx->instruction_table [rx_cache_miss];
1105 dft->future_frame.inx = rx->instruction_table[rx_next_char];
1250 tc->rx_backtrack_frame.inx = rx->instruction_table[rx_backtrack_point];
H A Drx.c48 new_rx->instruction_table = rx_id_instruction_table;
H A D_rx.h109 void ** instruction_table; member
H A Drxsuper.h404 void ** instruction_table; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/zucchini/
H A Ddisassembler_dex.cc249 static const dex::Instruction* instruction_table[256]; in FindDalvikInstruction() local
252 std::fill(std::begin(instruction_table), std::end(instruction_table), in FindDalvikInstruction()
255 std::fill(instruction_table + instr.opcode, in FindDalvikInstruction()
256 instruction_table + instr.opcode + instr.variant, &instr); in FindDalvikInstruction()
259 return instruction_table[opcode]; in FindDalvikInstruction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/zucchini/
H A Ddisassembler_dex.cc249 static const dex::Instruction* instruction_table[256]; in FindDalvikInstruction() local
252 std::fill(std::begin(instruction_table), std::end(instruction_table), in FindDalvikInstruction()
255 std::fill(instruction_table + instr.opcode, in FindDalvikInstruction()
256 instruction_table + instr.opcode + instr.variant, &instr); in FindDalvikInstruction()
259 return instruction_table[opcode]; in FindDalvikInstruction()
/dports/graphics/grafx2/grafx2/src/
H A D6502.c770 static Instruction const instruction_table[256] = { variable
863 CYCLES += instruction_table[OPCODE = READ_8(PC)](object); in m6502_run()
/dports/japanese/xtr/xtr1.50e-0.2/lib/
H A Drx.c2702 df->future_frame.inx = cache->instruction_table[rx_cache_miss];
2740 df->future_frame.inx = cache->instruction_table[rx_next_char];
2928 df->future_frame.inx = cache->instruction_table[rx_cache_miss];
3442 dfp->future_frame.inx = rx->instruction_table[rx_cache_miss];
3446 = rx->instruction_table[rx_do_side_effects];
3578 ifr->inx = rx->instruction_table [rx_cache_miss];
3667 dft->future_frame.inx = rx->instruction_table[rx_next_char];
5212 rxb->rx.instruction_table = rx_id_instruction_table;
7319 rxb->rx.instruction_table = 0;
7392 rx_comp_buf.rx.instruction_table = 0;
[all …]
H A Drx.h317 void ** instruction_table; member
1008 void ** instruction_table; member
/dports/www/node10/node-v10.24.1/deps/v8/src/x64/
H A Ddisasm-x64.cc253 static v8::base::LazyInstance<InstructionTable>::type instruction_table = variable
304 instruction_table_(instruction_table.Pointer()) { in DisassemblerX64()