Home
last modified time | relevance | path

Searched refs:MachLabelSlice (Results 1 – 7 of 7) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Disle.rs29 pub type MachLabelSlice = [MachLabel]; typedef
642 labels: &MachLabelSlice,
743 fn single_target(&mut self, targets: &MachLabelSlice) -> Option<MachLabel> {
751 fn two_targets(&mut self, targets: &MachLabelSlice) -> Option<(MachLabel, MachLabel)> {
761 targets: &MachLabelSlice,
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dprelude_lower.isle194 (type MachLabelSlice extern (enum))
197 ;; Extract a the target from a MachLabelSlice with exactly one target.
198 (decl single_target (MachLabel) MachLabelSlice)
201 ;; Extract a the targets from a MachLabelSlice with exactly two targets.
202 (decl two_targets (MachLabel MachLabel) MachLabelSlice)
205 ;; Extract the default target and jump table from a MachLabelSlice.
206 (decl jump_table_targets (MachLabel BoxVecMachLabel) MachLabelSlice)
1170 (decl try_call_info (ExceptionTable MachLabelSlice) OptionTryCallInfo)
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dinst.isle2986 (decl partial lower_branch (Inst MachLabelSlice) Unit)
2993 (decl lower_br_table (Reg MachLabelSlice) Unit)
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dlower.isle98 (decl partial lower_branch (Inst MachLabelSlice) Unit)
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dlower.isle17 (decl partial lower_branch (Inst MachLabelSlice) Unit)
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dlower.isle10 (decl partial lower_branch (Inst MachLabelSlice) Unit)
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dlower.isle12 (decl partial lower_branch (Inst MachLabelSlice) Unit)