Home
last modified time | relevance | path

Searched refs:JumpTable (Results 1 – 25 of 978) sorted by relevance

12345678910>>...40

/dports/games/libretro-picodrive/picodrive-600894e/cpu/fame/
H A Dfamec.c270 goto *JumpTable[Opcode];
293 JumpTable[Opcode](ctx); \
1002 JumpTable[0x0038] = CAST_OP(0x0038);
1003 JumpTable[0x0039] = CAST_OP(0x0039);
1004 JumpTable[0x001F] = CAST_OP(0x001F);
1005 JumpTable[0x0027] = CAST_OP(0x0027);
1018 JumpTable[0x0078] = CAST_OP(0x0078);
1019 JumpTable[0x0079] = CAST_OP(0x0079);
1020 JumpTable[0x005F] = CAST_OP(0x005F);
1021 JumpTable[0x0067] = CAST_OP(0x0067);
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/fame/
H A Dfamec.c270 goto *JumpTable[Opcode];
293 JumpTable[Opcode](ctx); \
1002 JumpTable[0x0038] = CAST_OP(0x0038);
1003 JumpTable[0x0039] = CAST_OP(0x0039);
1004 JumpTable[0x001F] = CAST_OP(0x001F);
1005 JumpTable[0x0027] = CAST_OP(0x0027);
1018 JumpTable[0x0078] = CAST_OP(0x0078);
1019 JumpTable[0x0079] = CAST_OP(0x0079);
1020 JumpTable[0x005F] = CAST_OP(0x005F);
1021 JumpTable[0x0067] = CAST_OP(0x0067);
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/vm/
H A Dinterpreter.go34 JumpTable *JumpTable // EVM instruction table, automatically populated if unset member
70 if cfg.JumpTable == nil {
73 cfg.JumpTable = &londonInstructionSet
75 cfg.JumpTable = &berlinInstructionSet
77 cfg.JumpTable = &istanbulInstructionSet
81 cfg.JumpTable = &byzantiumInstructionSet
87 cfg.JumpTable = &homesteadInstructionSet
89 cfg.JumpTable = &frontierInstructionSet
92 copy := *cfg.JumpTable
98 cfg.JumpTable = &copy
[all …]
H A Deips.go27 var activators = map[int]func(*JumpTable){
39 func EnableEIP(eipNum int, jt *JumpTable) error {
66 func enable1884(jt *JumpTable) {
89 func enable1344(jt *JumpTable) {
107 func enable2200(jt *JumpTable) {
114 func enable2929(jt *JumpTable) {
154 func enable3529(jt *JumpTable) {
161 func enable3198(jt *JumpTable) {
H A Djump_table.go60 type JumpTable [256]*operation type
62 func validate(jt JumpTable) JumpTable { argument
82 func newLondonInstructionSet() JumpTable {
91 func newBerlinInstructionSet() JumpTable {
99 func newIstanbulInstructionSet() JumpTable {
111 func newConstantinopleInstructionSet() JumpTable {
150 func newByzantiumInstructionSet() JumpTable {
185 func newSpuriousDragonInstructionSet() JumpTable {
207 func newHomesteadInstructionSet() JumpTable {
222 func newFrontierInstructionSet() JumpTable {
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Dentities.rs219 pub struct JumpTable(u32); struct
220 entity_impl!(JumpTable, "jt");
222 impl JumpTable { impl
228 Some(JumpTable(n)) in with_number()
360 JumpTable(JumpTable), enumerator
380 AnyEntity::JumpTable(r) => r.fmt(f), in fmt()
425 impl From<JumpTable> for AnyEntity {
426 fn from(r: JumpTable) -> Self { in from()
427 AnyEntity::JumpTable(r) in from()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceSwitchLowering.cpp78 auto *JumpTable = in clusterizeSwitch() local
84 JumpTable->addTarget(I - MinValue, Case.Target); in clusterizeSwitch()
85 JumpTable->addTarget(Case.High - MinValue, Case.Target); in clusterizeSwitch()
88 Func->addJumpTable(JumpTable); in clusterizeSwitch()
91 CaseClusters.emplace_back(MinValue, MaxValue, JumpTable); in clusterizeSwitch()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/vm/
H A Dinterpreter.go41 JumpTable [256]operation member
87 if !cfg.JumpTable[STOP].valid {
90 cfg.JumpTable = constantinopleInstructionSet
92 cfg.JumpTable = byzantiumInstructionSet
94 cfg.JumpTable = homesteadInstructionSet
96 cfg.JumpTable = frontierInstructionSet
201 operation := in.cfg.JumpTable[op]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Dentities.rs235 pub struct JumpTable(u32); struct
236 entity_impl!(JumpTable, "jt");
238 impl JumpTable { implementation
384 JumpTable(JumpTable), enumerator
408 Self::JumpTable(r) => r.fmt(f), in fmt()
455 impl From<JumpTable> for AnyEntity {
456 fn from(r: JumpTable) -> Self { in from()
457 Self::JumpTable(r) in from()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/ir/
H A Dentities.rs235 pub struct JumpTable(u32); struct
236 entity_impl!(JumpTable, "jt");
238 impl JumpTable { impl
384 JumpTable(JumpTable), enumerator
408 Self::JumpTable(r) => r.fmt(f), in fmt()
455 impl From<JumpTable> for AnyEntity {
456 fn from(r: JumpTable) -> Self { in from()
457 Self::JumpTable(r) in from()
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYJump.h15 struct JumpTable { struct
23 struct JumpTable *next; argument
27 extern struct JumpTable *JThead; argument
H A DLYJump.c23 struct JumpTable *JThead = NULL;
26 static unsigned LYRead_Jumpfile(struct JumpTable *jtp);
30 struct JumpTable *cur = JThead; in LYJumpTable_free()
31 struct JumpTable *next; in LYJumpTable_free()
80 struct JumpTable *jtp; in LYJumpInit()
86 jtp = typecalloc(struct JumpTable); in LYJumpInit()
126 struct JumpTable *jtptmp = JThead; in LYJumpInit()
148 jtp = typecalloc(struct JumpTable); in LYJumpInit()
185 struct JumpTable *jtp; in LYJump()
367 static unsigned LYRead_Jumpfile(struct JumpTable *jtp) in LYRead_Jumpfile()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYJump.h15 struct JumpTable { struct
23 struct JumpTable *next; argument
27 extern struct JumpTable *JThead; argument
H A DLYJump.c23 struct JumpTable *JThead = NULL;
26 static unsigned LYRead_Jumpfile(struct JumpTable *jtp);
30 struct JumpTable *cur = JThead; in LYJumpTable_free()
31 struct JumpTable *next; in LYJumpTable_free()
80 struct JumpTable *jtp; in LYJumpInit()
86 jtp = typecalloc(struct JumpTable); in LYJumpInit()
126 struct JumpTable *jtptmp = JThead; in LYJumpInit()
148 jtp = typecalloc(struct JumpTable); in LYJumpInit()
185 struct JumpTable *jtp; in LYJump()
367 static unsigned LYRead_Jumpfile(struct JumpTable *jtp) in LYRead_Jumpfile()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Dentities.rs241 pub struct JumpTable(u32); struct
242 entity_impl!(JumpTable, "jt");
244 impl JumpTable { impl
395 JumpTable(JumpTable), enumerator
419 Self::JumpTable(r) => r.fmt(f), in fmt()
466 impl From<JumpTable> for AnyEntity {
467 fn from(r: JumpTable) -> Self { in from()
468 Self::JumpTable(r) in from()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dentities.rs241 pub struct JumpTable(u32); struct
242 entity_impl!(JumpTable, "jt");
244 impl JumpTable { implementation
395 JumpTable(JumpTable), enumerator
419 Self::JumpTable(r) => r.fmt(f), in fmt()
466 impl From<JumpTable> for AnyEntity {
467 fn from(r: JumpTable) -> Self { in from()
468 Self::JumpTable(r) in from()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Dentities.rs241 pub struct JumpTable(u32); struct
242 entity_impl!(JumpTable, "jt");
244 impl JumpTable { implementation
395 JumpTable(JumpTable), enumerator
419 Self::JumpTable(r) => r.fmt(f), in fmt()
466 impl From<JumpTable> for AnyEntity {
467 fn from(r: JumpTable) -> Self { in from()
468 Self::JumpTable(r) in from()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dentities.rs241 pub struct JumpTable(u32); struct
242 entity_impl!(JumpTable, "jt");
244 impl JumpTable { implementation
395 JumpTable(JumpTable), enumerator
419 Self::JumpTable(r) => r.fmt(f), in fmt()
466 impl From<JumpTable> for AnyEntity {
467 fn from(r: JumpTable) -> Self { in from()
468 Self::JumpTable(r) in from()
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/src/shaders/h264/ildb/
H A DAVC_ILDB_Dep_Check.asm52 mov (2) JumpTable.0<1>:d 0:d { NoDDClr }
54 …mov (1) JumpTable.2:d SLEEP_ENTRY_UV_ILDB_FRAME_IP-ALL_SPAWNED_UV_ILDB_FRAME_IP:d { NoDDClr, NoD…
55 mov (1) JumpTable.3:d POST_SLEEP_UV_ILDB_FRAME_IP-ALL_SPAWNED_UV_ILDB_FRAME_IP:d { NoDDChk }
57 …mov (1) JumpTable.2:d SLEEP_ENTRY_Y_ILDB_FRAME_IP-ALL_SPAWNED_Y_ILDB_FRAME_IP:d { NoDDClr, NoDDC…
58 mov (1) JumpTable.3:d POST_SLEEP_Y_ILDB_FRAME_IP-ALL_SPAWNED_Y_ILDB_FRAME_IP:d { NoDDChk }
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/include/
H A Ddispatch_session.h24 struct JumpTable;
27 JumpTable *jump_table;
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/binemit/
H A Dmemorysink.rs19 use crate::ir::{ConstantOffset, ExternalName, Function, JumpTable, SourceLoc, TrapCode};
85 fn reloc_jt(&mut self, _: CodeOffset, _: Reloc, _: JumpTable); in reloc_jt() argument
143 fn reloc_jt(&mut self, rel: Reloc, jt: JumpTable) { in reloc_jt() argument
181 fn reloc_jt(&mut self, _: u32, _: Reloc, _: JumpTable) {} in reloc_jt() argument
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/binemit/
H A Dmemorysink.rs19 use crate::ir::{ConstantOffset, ExternalName, Function, JumpTable, Opcode, SourceLoc, TrapCode};
91 fn reloc_jt(&mut self, _: CodeOffset, _: Reloc, _: JumpTable); in reloc_jt() argument
154 fn reloc_jt(&mut self, rel: Reloc, jt: JumpTable) { in reloc_jt() argument
209 fn reloc_jt(&mut self, _: CodeOffset, _: Reloc, _: JumpTable) {} in reloc_jt() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/binemit/
H A Dmemorysink.rs19 use crate::ir::{ConstantOffset, ExternalName, Function, JumpTable, Opcode, SourceLoc, TrapCode};
91 fn reloc_jt(&mut self, _: CodeOffset, _: Reloc, _: JumpTable); in reloc_jt() argument
154 fn reloc_jt(&mut self, rel: Reloc, jt: JumpTable) { in reloc_jt() argument
209 fn reloc_jt(&mut self, _: CodeOffset, _: Reloc, _: JumpTable) {} in reloc_jt() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/binemit/
H A Dmemorysink.rs19 use crate::ir::{ConstantOffset, ExternalName, Function, JumpTable, Opcode, SourceLoc, TrapCode};
91 fn reloc_jt(&mut self, _: CodeOffset, _: Reloc, _: JumpTable); in reloc_jt() argument
154 fn reloc_jt(&mut self, rel: Reloc, jt: JumpTable) { in reloc_jt() argument
209 fn reloc_jt(&mut self, _: CodeOffset, _: Reloc, _: JumpTable) {} in reloc_jt() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/binemit/
H A Dmemorysink.rs19 use crate::ir::{ConstantOffset, ExternalName, Function, JumpTable, Opcode, SourceLoc, TrapCode};
91 fn reloc_jt(&mut self, _: CodeOffset, _: Reloc, _: JumpTable); in reloc_jt() argument
154 fn reloc_jt(&mut self, rel: Reloc, jt: JumpTable) { in reloc_jt() argument
209 fn reloc_jt(&mut self, _: CodeOffset, _: Reloc, _: JumpTable) {} in reloc_jt() argument

12345678910>>...40