Home
last modified time | relevance | path

Searched refs:Last_Opcode (Results 1 – 7 of 7) sorted by relevance

/dports/net/lambdamoo/MOO-1.8.1/
H A Dopcode.h88 Last_Opcode = 255 enumerator
92 #define OPTIM_NUM_HI (Last_Opcode - OPTIM_NUM_START + OPTIM_NUM_LOW)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/src/
H A Dtoken.h65 token_type <= TokenType::Last_Opcode; in IsTokenTypeOpcode()
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dtoken.h65 token_type <= TokenType::Last_Opcode; in IsTokenTypeOpcode()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_disclib.h231 Last_Opcode = Wakeup /* last valid opcode */ enumerator
H A Dhp2100_disclib.c611 if (opcode > Last_Opcode) /* is the opcode invalid? */ in dl_prepare_command()
1614 && cntlr.opcode <= Last_Opcode /* and the opcode is legal */ in dl_classify()
1632 && opcode <= Last_Opcode /* and the opcode is legal */ in dl_opcode_name()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_disclib.h230 Last_Opcode = Wakeup /* last valid opcode */ enumerator
H A Dhp2100_disclib.c609 if (opcode > Last_Opcode) /* is the opcode invalid? */ in dl_prepare_command()
1612 && cntlr.opcode <= Last_Opcode /* and the opcode is legal */ in dl_classify()
1630 && opcode <= Last_Opcode /* and the opcode is legal */ in dl_opcode_name()