Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 23 of 23) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/
H A Demit.rs752 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 Dmod.rs2467 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 Dint_divz.rs31 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 Dfcvt.rs27 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 Dlib.rs1411 pub mod opcode; module
H A Ddecode.rs580 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 Dvector.rs253 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 Dargs.rs464 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 Dalias_analysis.rs88 let opcode = func.dfg.insts[inst].opcode(); in update() localVariable
281 let opcode = func.dfg.insts[inst].opcode(); in process_inst() localVariable
H A Dinst_predicates.rs37 let opcode = data.opcode(); in has_side_effect() localVariable
H A Dwrite.rs357 let opcode = func.dfg.insts[inst].opcode(); in write_instruction() localVariable
H A Dopts.rs133 opcode: Option<Opcode>, field
H A Dinline.rs444 let opcode = callee.dfg.insts[callee_inst].opcode(); in inline_one() localVariable
/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/dsl/
H A Dencoding.rs82 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 Dblockorder.rs269 let opcode = f.dfg.insts[last].opcode(); in new() localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/unix/
H A Dpagemap.rs607 fn opcode(&self) -> Opcode { in opcode() method
/wasmtime-44.0.1/cranelift/codegen/src/egraph/
H A Dmod.rs644 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 Demit.rs372 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 Dbugpoint.rs169 let opcode = func.dfg.insts[prev_inst].opcode(); in mutate() localVariable
/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dfunction_generator.rs1552 let opcode = match terminator { in insert_terminator() localVariable
/wasmtime-44.0.1/cranelift/frontend/src/frontend/
H A Dsafepoints.rs431 let opcode = func.dfg.insts[inst].opcode(); in process_block() localVariable
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Ddfg.rs599 let opcode = self.insts[inst].opcode(); in append_user_stack_map_entry() localVariable
/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs2174 let opcode = if let Some(Token::Identifier(text)) = self.token() { in parse_instruction() localVariable