Home
last modified time | relevance | path

Searched defs:Opcode (Results 1 – 16 of 16) sorted by relevance

/wasmtime-44.0.1/pulley/src/
H A Dopcode.rs27 impl Opcode { impl
35 impl Opcode { implementation
H A Ddecode.rs394 impl Decode for Opcode { implementation
/wasmtime-44.0.1/cranelift/codegen/src/egraph/
H A Dcost.rs120 pub(crate) fn of_pure_op(op: Opcode, operand_costs: impl IntoIterator<Item = Self>) -> Self { in of_pure_op()
126 pub(crate) fn of_skeleton_op(op: Opcode, arity: usize) -> Self { in of_skeleton_op()
/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dfunction_generator.rs33 opcode: Opcode, in insert_opcode()
116 opcode: Opcode, in insert_call()
128 _opcode: Opcode, in insert_stack_load()
154 _opcode: Opcode, in insert_stack_store()
181 opcode: Opcode, in insert_cmp()
236 _opcode: Opcode, in insert_const()
275 opcode: Opcode, in insert_load_store()
333 _: Opcode, in insert_atomic_rmw()
363 _: Opcode, in insert_atomic_cas()
393 opcode: Opcode, in insert_shuffle()
[all …]
/wasmtime-44.0.1/cranelift/codegen/src/legalizer/
H A Dmod.rs174 opcode: ir::Opcode, in expand_binary()
222 opcode: ir::Opcode, in expand_binary_imm64()
/wasmtime-44.0.1/cranelift/filetests/src/
H A Dtest_inline.rs127 _opcode: ir::Opcode, in inline()
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dinline.rs86 call_opcode: ir::Opcode, in inline()
100 opcode: ir::Opcode, in inline()
346 call_opcode: ir::Opcode, in inline_one()
779 call_opcode: ir::Opcode, in fixup_inst_that_returns()
1062 opcode: ir::Opcode, in split_off_return_block()
H A Dinst_predicates.rs21 fn is_load_with_defined_trapping(opcode: Opcode, data: &InstructionData) -> bool { in is_load_with_defined_trapping()
H A Dalias_analysis.rs396 fn get_ext_opcode(op: Opcode) -> Option<Opcode> { in get_ext_opcode()
H A Dopts.rs139 fn new(opcode: Opcode, value: Value) -> Self { in new()
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dinstructions.rs297 impl Display for Opcode { implementation
303 impl Opcode { implementation
328 impl FromStr for Opcode { implementation
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/unix/
H A Dpagemap.rs607 fn opcode(&self) -> Opcode { in opcode()
/wasmtime-44.0.1/cranelift/codegen/src/verifier/
H A Dmod.rs915 opcode: Opcode, in verify_callee_patchability()
1132 opcode: Opcode, in verify_constant_size()
/wasmtime-44.0.1/crates/cranelift/src/translate/
H A Dcode_translator.rs3698 opcode: ir::Opcode, in translate_load()
3721 opcode: ir::Opcode, in translate_store()
3742 fn mem_op_size(opcode: ir::Opcode, ty: Type) -> u8 { in mem_op_size()
/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs2290 opcode: Opcode, in infer_typevar()
2594 opcode: Opcode, in parse_inst_operands()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs908 _call_opcode: ir::Opcode, in inline()