| /wasmtime-44.0.1/pulley/src/ |
| H A D | opcode.rs | 27 impl Opcode { impl 35 impl Opcode { implementation
|
| H A D | decode.rs | 394 impl Decode for Opcode { implementation
|
| /wasmtime-44.0.1/cranelift/codegen/src/egraph/ |
| H A D | cost.rs | 120 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 D | function_generator.rs | 33 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 D | mod.rs | 174 opcode: ir::Opcode, in expand_binary() 222 opcode: ir::Opcode, in expand_binary_imm64()
|
| /wasmtime-44.0.1/cranelift/filetests/src/ |
| H A D | test_inline.rs | 127 _opcode: ir::Opcode, in inline()
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | inline.rs | 86 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 D | inst_predicates.rs | 21 fn is_load_with_defined_trapping(opcode: Opcode, data: &InstructionData) -> bool { in is_load_with_defined_trapping()
|
| H A D | alias_analysis.rs | 396 fn get_ext_opcode(op: Opcode) -> Option<Opcode> { in get_ext_opcode()
|
| H A D | opts.rs | 139 fn new(opcode: Opcode, value: Value) -> Self { in new()
|
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | instructions.rs | 297 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 D | pagemap.rs | 607 fn opcode(&self) -> Opcode { in opcode()
|
| /wasmtime-44.0.1/cranelift/codegen/src/verifier/ |
| H A D | mod.rs | 915 opcode: Opcode, in verify_callee_patchability() 1132 opcode: Opcode, in verify_constant_size()
|
| /wasmtime-44.0.1/crates/cranelift/src/translate/ |
| H A D | code_translator.rs | 3698 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 D | parser.rs | 2290 opcode: Opcode, in infer_typevar() 2594 opcode: Opcode, in parse_inst_operands()
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | compiler.rs | 908 _call_opcode: ir::Opcode, in inline()
|