Home
last modified time | relevance | path

Searched refs:Direct (Results 1 – 18 of 18) sorted by relevance

/wasmtime-44.0.1/cranelift/filetests/src/
H A Dtest_unwind.rs367 gimli::Pointer::Direct(p) => { in dump_pointer()
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dinstructions.rs592 } => CallInfo::Direct(func_ref, args.as_slice(pool)), in analyze_call()
682 Direct(FuncRef, &'a [Value]), enumerator
H A Ddfg.rs1098 CallInfo::Direct(f, _) => Some(self.ext_funcs[f].signature), in call_signature()
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/
H A Dmod.rs40 Direct { name: ExternalName }, enumerator
953 CallInstDest::Direct { .. } => {} in s390x_get_operands()
975 CallInstDest::Direct { .. } => {} in s390x_get_operands()
3319 CallInstDest::Direct { name } => ("brasl", name.display(None).to_string()), in print_with_state()
3371 CallInstDest::Direct { name } => ("jg", name.display(None).to_string()), in print_with_state()
H A Demit.rs3449 CallInstDest::Direct { name } => { in emit_with_alloc_consumer()
3508 CallInstDest::Direct { name } => { in emit_with_alloc_consumer()
H A Demit_tests.rs6874 CallInstDest::Direct { in test_s390x_binemit()
/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs1291 Direct(UserExternalNameRef), enumerator
1302 Self::Direct(name) in direct()
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dlower.isle146 ;; Direct call to a pulley function.
156 ;; Direct call to a host function.
179 ;; Direct call to a pulley function.
188 ;; Direct call to a host function.
210 ;; Direct call to a pulley function.
217 ;; Direct call to a pulley function.
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/lower/
H A Disle.rs71 CallInstDest::Direct { name } in call_inst_dest_direct()
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dlower.isle2545 ;; Direct call to an in-range function.
2555 ;; Direct call to an out-of-range function (implicitly via pointer).
2579 ;; Direct call to an in-range function.
2588 ;; Direct call to an out-of-range function (implicitly via pointer).
2617 ;; Direct call to an in-range function.
2624 ;; Direct call to an out-of-range function (implicitly via pointer).
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dlower.isle2715 ;; Direct call to an in-range function.
2725 ;; Direct call to an out-of-range function (implicitly via pointer).
2749 ;; Direct call to an in-range function.
2758 ;; Direct call to an out-of-range function (implicitly via pointer).
2781 ;; Direct call to an in-range function.
2788 ;; Direct call to an out-of-range function (implicitly via pointer).
H A Dinst.isle3232 ;; Direct codegen for unordered comparisons is not that efficient, so invert
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs423 CalleeKind::Direct(idx) => self.asm.call_with_name(idx, call_conv), in call()
/wasmtime-44.0.1/cranelift/codegen/src/verifier/
H A Dmod.rs1432 CallInfo::Direct(func_ref, args) => { in typecheck_variable_args()
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dlower.isle4329 ;; Direct call to an in-range function.
4340 ;; Direct call to an out-of-range function (implicitly via pointer).
4366 ;; Direct tail call to an in-range function.
4374 ;; Direct tail call to an out-of-range function (implicitly via pointer).
4395 ;; Direct call to an in-range function.
4405 ;; Direct call to an out-of-range function (implicitly via pointer).
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dlower.isle3519 ;; Direct call to an in-range function.
3529 ;; Direct call to an out-of-range function (implicitly via pointer).
3553 ;; Direct call to an in-range function.
3560 ;; Direct call to an out-of-range function (implicitly via pointer).
3578 ;; Direct call to an in-range function.
3587 ;; Direct call to an out-of-range function (implicitly via pointer).
H A Dinst.isle100 ;; Direct call: call simm32.
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs340 CalleeKind::Direct(idx) => self.asm.call_with_name(cc, idx), in call()