Home
last modified time | relevance | path

Searched refs:MachLabel (Results 1 – 25 of 73) sorted by relevance

123

/wasmtime-44.0.1/cranelift/filetests/filetests/isa/pulley32/
H A Dexceptions.clif27 …ontinuation: MachLabel(1), exception_handlers: [Default(MachLabel(2))] }), patchable: false }; jum…
78 …ontinuation: MachLabel(1), exception_handlers: [Default(MachLabel(2))] }), patchable: false }; jum…
135MachLabel(3), exception_handlers: [Context(stack2), Tag(tag0, MachLabel(1)), Tag(tag1, MachLabel(2…
206 ; label_address x0, MachLabel(3)
210 …ontinuation: MachLabel(2), exception_handlers: [Default(MachLabel(3))] }), patchable: false }; jum…
H A Dbr_table.clif31 ; br_table x0 MachLabel(6) [MachLabel(5), MachLabel(1), MachLabel(2), MachLabel(3)]
H A Dpatchable-call.clif95 …continuation: MachLabel(1), exception_handlers: [Default(MachLabel(2))] }), patchable: true }; jum…
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/pulley64/
H A Dexceptions.clif28 …ontinuation: MachLabel(1), exception_handlers: [Default(MachLabel(2))] }), patchable: false }; jum…
80 …ontinuation: MachLabel(1), exception_handlers: [Default(MachLabel(2))] }), patchable: false }; jum…
138MachLabel(3), exception_handlers: [Context(stack1), Tag(tag0, MachLabel(1)), Tag(tag1, MachLabel(2…
208 ; label_address x0, MachLabel(3)
212 …ontinuation: MachLabel(2), exception_handlers: [Default(MachLabel(3))] }), patchable: false }; jum…
H A Dbr_table.clif31 ; br_table x0 MachLabel(6) [MachLabel(5), MachLabel(1), MachLabel(2), MachLabel(3)]
H A Dpatchable-call.clif94 …continuation: MachLabel(1), exception_handlers: [Default(MachLabel(2))] }), patchable: true }; jum…
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/riscv64/
H A Dbr_table.clif32 ; br_table a0,[MachLabel(6),MachLabel(5),MachLabel(1),MachLabel(2),MachLabel(3)]##tmp1=a2,tmp2=a1
H A Dbitops-float.clif33 ; br_table a0,[MachLabel(1),MachLabel(2)]##tmp1=a2,tmp2=a1
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dbuffer.rs416 const UNKNOWN_LABEL: MachLabel = MachLabel(0xffff_ffff);
427 pub struct MachLabel(u32); struct
428 entity_impl!(MachLabel);
430 impl MachLabel { implementation
612 MachLabel(l) in get_label()
832 target: MachLabel, in add_cond_branch() argument
1980 Default(MachLabel),
2051 label: MachLabel,
2064 label: MachLabel,
2133 Label(MachLabel),
[all …]
H A Disle.rs6 pub use super::MachLabel;
29 pub type MachLabelSlice = [MachLabel];
30 pub type BoxVecMachLabel = Box<Vec<MachLabel>>;
743 fn single_target(&mut self, targets: &MachLabelSlice) -> Option<MachLabel> {
751 fn two_targets(&mut self, targets: &MachLabelSlice) -> Option<(MachLabel, MachLabel)> {
762 ) -> Option<(MachLabel, BoxVecMachLabel)> {
781 fn block_exn_successor_label(&mut self, block: &Block, exn_succ: u64) -> MachLabel {
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/aarch64/
H A Dno_spill_floats_on_try_call.clif19 ; bl 0; b MachLabel(1); catch []
52 ; bl 0; b MachLabel(1); catch [tag0: MachLabel(2)]
H A Djumptable-no-spectre.clif35 … x11, uxtw #2] ; add x10, x10, x11 ; br x10 ; jt_entries [MachLabel(3), MachLabel(2), MachLabel(1)]
H A Djumptable.clif34 … x11, uxtw #2] ; add x10, x10, x11 ; br x10 ; jt_entries [MachLabel(3), MachLabel(2), MachLabel(1)]
H A Djumptable_with_csdb.clif34 … x11, uxtw #2] ; add x10, x10, x11 ; br x10 ; jt_entries [MachLabel(3), MachLabel(2), MachLabel(1)]
H A Dexception-handler-address.clif43 ; label_address x4, MachLabel(4)
48 ; blr x5; b MachLabel(2); catch [context stack0, tag0: MachLabel(4), default: MachLabel(3)]
197 ; label_address x4, MachLabel(3)
202 ; blr x5; b MachLabel(2); catch [context stack0, tag0: MachLabel(4), default: MachLabel(3)]
H A Dbti.clif35 … x11, uxtw #2] ; add x10, x10, x11 ; br x10 ; jt_entries [MachLabel(3), MachLabel(2), MachLabel(1)]
109 … ; adr x6, pc+16 ; ldrsw x7, [x6, x7, uxtw #2] ; add x6, x6, x7 ; br x6 ; jt_entries [MachLabel(1)]
H A Dbti_with_csdb.clif35 … x11, uxtw #2] ; add x10, x10, x11 ; br x10 ; jt_entries [MachLabel(3), MachLabel(2), MachLabel(1)]
110 … ; adr x6, pc+16 ; ldrsw x7, [x6, x7, uxtw #2] ; add x6, x6, x7 ; br x6 ; jt_entries [MachLabel(1)]
H A Dexceptions.clif40 ; bl 0; b MachLabel(1); catch [default: MachLabel(2)]
162 ; blr x11; b MachLabel(1); catch [default: MachLabel(2)]
292 ; blr x12; b MachLabel(3); catch [context stack1, tag0: MachLabel(1), tag1: MachLabel(2), context…
432 ; label_address x0, MachLabel(3)
437 ; blr x4; b MachLabel(2); catch [default: MachLabel(3)]
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dlower.rs6 use crate::machinst::{InstOutput, Lower, LowerBackend, MachLabel};
24 targets: &[MachLabel], in lower_branch() argument
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/x64/
H A Dexceptions.clif37 ; call *%rax; jmp MachLabel(1); catch [default: MachLabel(2)]
167 ; call *%rax; jmp MachLabel(6); catch [default: MachLabel(5)]
297 ; call *%rax; jmp MachLabel(1); catch [default: MachLabel(2)]
388 ; call *%rsi; jmp MachLabel(2); catch []
443 … call *%rax; jmp MachLabel(3); catch [context stack1, tag0: MachLabel(1), tag1: MachLabel(2),…
566 ; label_address %rax, MachLabel(3)
571 ; call *%rsi; jmp MachLabel(2); catch [default: MachLabel(3)]
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/s390x/
H A Dexceptions.clif37 ; brasl %r14, %g; jg MachLabel(1); catch [default: MachLabel(2)]
155 ; basr %r14, %r3; jg MachLabel(1); catch [default: MachLabel(2)]
285 … basr %r14, %r4; jg MachLabel(3); catch [context stack1, tag0: MachLabel(1), tag1: MachLabel(2),…
429 ; label_address %r2, MachLabel(3)
434 ; basr %r14, %r4; jg MachLabel(2); catch [default: MachLabel(3)]
/wasmtime-44.0.1/cranelift/isle/isle/isle_examples/pass/
H A Dprio_trie_bug.isle10 (type MachLabel (primitive MachLabel))
60 ;; the given MachLabel.
61 (RipRelative (target MachLabel))))
/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Dcontrol.rs18 use cranelift_codegen::MachLabel;
214 cont: MachLabel,
216 exit: MachLabel,
226 exit: MachLabel,
236 exit: MachLabel,
250 head: MachLabel,
614 pub fn label(&self) -> &MachLabel { in label() argument
626 pub fn exit_label(&self) -> Option<&MachLabel> { in exit_label() argument
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/store/
H A Dbroken_bvsub_store_with_load.isle27 ;; the given MachLabel.
28 (RipRelative (target MachLabel))))
H A Dbroken_isub_store_with_load.isle27 ;; the given MachLabel.
28 (RipRelative (target MachLabel))))

123