| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/ |
| H A D | emit.rs | 752 let opcode = (opcode & 0xff) as u8; localVariable 852 let opcode = (opcode & 0xff) as u8; localVariable 900 let opcode = (opcode & 0xff) as u8; localVariable 948 let opcode = (opcode & 0xff) as u8; localVariable 1855 let opcode = match op { in emit_with_alloc_consumer() localVariable 1882 let opcode = match op { in emit_with_alloc_consumer() localVariable 2017 let opcode = match op { in emit_with_alloc_consumer() localVariable 2025 let opcode = match op { in emit_with_alloc_consumer() localVariable 2033 let opcode = match op { in emit_with_alloc_consumer() localVariable 2047 let opcode = match op { in emit_with_alloc_consumer() localVariable [all …]
|
| H A D | mod.rs | 2467 let opcode = match op { in print_with_state() localVariable 2487 let opcode = match op { in print_with_state() localVariable 2833 let opcode = match self { in print_with_state() localVariable 2869 let opcode = match self { in print_with_state() localVariable 2899 let opcode = match (self, size) { in print_with_state() localVariable
|
| /wasmtime-44.0.1/cranelift/fuzzgen/src/passes/ |
| H A D | int_divz.rs | 31 let opcode = pos.func.dfg.insts[inst].opcode(); in can_int_divz() localVariable 41 let opcode = pos.func.dfg.insts[inst].opcode(); in insert_int_divz_sequence() localVariable
|
| H A D | fcvt.rs | 27 let opcode = pos.func.dfg.insts[inst].opcode(); in can_fcvt_trap() localVariable 69 let opcode = dfg.insts[inst].opcode(); in insert_fcvt_sequence() localVariable
|
| /wasmtime-44.0.1/pulley/src/ |
| H A D | lib.rs | 1411 pub mod opcode; module
|
| H A D | decode.rs | 580 let opcode = Opcode::new(byte).ok_or_else(|| { localVariable 707 let opcode = ExtendedOpcode::new(code).ok_or_else(|| { localVariable
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/ |
| H A D | vector.rs | 253 pub fn opcode(&self) -> u32 { in opcode() method 321 pub fn opcode(&self) -> u32 { in opcode() method 367 pub fn opcode(&self) -> u32 { in opcode() method 656 pub fn opcode(&self) -> u32 { in opcode() method 787 pub fn opcode(&self) -> u32 { in opcode() method 1014 pub fn opcode(&self) -> u32 { in opcode() method
|
| H A D | args.rs | 464 pub(crate) fn opcode(self) -> u32 { in opcode() method 523 pub(crate) fn opcode(self) -> u32 { in opcode() method 593 pub(crate) fn opcode(self) -> u32 { in opcode() method 1622 pub(crate) fn opcode(self) -> u32 { in opcode() method 1650 pub(crate) fn opcode(self) -> u32 { in opcode() method
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | alias_analysis.rs | 88 let opcode = func.dfg.insts[inst].opcode(); in update() localVariable 281 let opcode = func.dfg.insts[inst].opcode(); in process_inst() localVariable
|
| H A D | inst_predicates.rs | 37 let opcode = data.opcode(); in has_side_effect() localVariable
|
| H A D | write.rs | 357 let opcode = func.dfg.insts[inst].opcode(); in write_instruction() localVariable
|
| H A D | opts.rs | 133 opcode: Option<Opcode>, field
|
| H A D | inline.rs | 444 let opcode = callee.dfg.insts[callee_inst].opcode(); in inline_one() localVariable
|
| /wasmtime-44.0.1/cranelift/assembler-x64/meta/src/dsl/ |
| H A D | encoding.rs | 82 pub fn opcode(&self) -> u8 { in opcode() method 461 fn opcode(&self) -> u8 { in opcode() method 988 pub opcode: u8, field 1242 pub opcode: u8, field
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | blockorder.rs | 269 let opcode = f.dfg.insts[last].opcode(); in new() localVariable
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/unix/ |
| H A D | pagemap.rs | 607 fn opcode(&self) -> Opcode { in opcode() method
|
| /wasmtime-44.0.1/cranelift/codegen/src/egraph/ |
| H A D | mod.rs | 644 let opcode = ctx.func.dfg.insts[inst].opcode(); in simplify_skeleton_inst() localVariable
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/ |
| H A D | emit.rs | 372 let opcode = 0b00010000 << 24; in enc_adr() localVariable 377 let opcode = 0b10010000 << 24; in enc_adrp() localVariable
|
| /wasmtime-44.0.1/cranelift/src/ |
| H A D | bugpoint.rs | 169 let opcode = func.dfg.insts[prev_inst].opcode(); in mutate() localVariable
|
| /wasmtime-44.0.1/cranelift/fuzzgen/src/ |
| H A D | function_generator.rs | 1552 let opcode = match terminator { in insert_terminator() localVariable
|
| /wasmtime-44.0.1/cranelift/frontend/src/frontend/ |
| H A D | safepoints.rs | 431 let opcode = func.dfg.insts[inst].opcode(); in process_block() localVariable
|
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | dfg.rs | 599 let opcode = self.insts[inst].opcode(); in append_user_stack_map_entry() localVariable
|
| /wasmtime-44.0.1/cranelift/reader/src/ |
| H A D | parser.rs | 2174 let opcode = if let Some(Token::Identifier(text)) = self.token() { in parse_instruction() localVariable
|