Home
last modified time | relevance | path

Searched refs:Label (Results 1 – 24 of 24) sorted by relevance

/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Derror.rs39 vec![Label::primary(span.from.file, span)] in fmt()
43 let mut labels = vec![Label::primary(rules[0].from.file, &rules[0])]; in fmt()
47 .map(|span| Label::secondary(span.from.file, span)), in fmt()
53 let mut labels = vec![Label::primary(mask.from.file, mask)]; in fmt()
57 .map(|span| Label::secondary(span.from.file, span)), in fmt()
271 use diagnostic::{Diagnostic, Label};
283 pub labels: Vec<Label<FileId>>,
301 pub fn with_labels(mut self, labels: Vec<Label<FileId>>) -> Self { in with_labels()
312 pub struct Label<FileId> { struct
317 impl<FileId> Label<FileId> { implementation
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/
H A Dargs.rs33 Label { target: MachLabel }, enumerator
108 MemArg::Label { .. } => MemFlags::trusted(), in get_flags()
232 &MemArg::Label { target } => target.to_string(), in pretty_print()
H A Demit_tests.rs1752 mem: MemArg::Label { in test_s390x_binemit()
1791 mem: MemArg::Label { in test_s390x_binemit()
1816 mem: MemArg::Label { in test_s390x_binemit()
1841 mem: MemArg::Label { in test_s390x_binemit()
1866 mem: MemArg::Label { in test_s390x_binemit()
1905 mem: MemArg::Label { in test_s390x_binemit()
1916 mem: MemArg::Label { in test_s390x_binemit()
1941 mem: MemArg::Label { in test_s390x_binemit()
1952 mem: MemArg::Label { in test_s390x_binemit()
1977 mem: MemArg::Label { in test_s390x_binemit()
[all …]
H A Dmod.rs443 MemArg::Label { .. } | MemArg::Constant { .. } | MemArg::Symbol { .. } => {} in memarg_operands()
1722 &MemArg::Label { .. } | &MemArg::Constant { .. } | &MemArg::Symbol { .. } => { in print_with_state()
1926 &MemArg::Label { .. } | &MemArg::Constant { .. } | &MemArg::Symbol { .. } => { in print_with_state()
1968 &MemArg::Label { .. } | &MemArg::Constant { .. } | &MemArg::Symbol { .. } => { in print_with_state()
3501 &MemArg::Label { .. } | &MemArg::Constant { .. } | &MemArg::Symbol { .. } => { in print_with_state()
H A Demit.rs185 &MemArg::Label { .. } | &MemArg::Constant { .. } if !mi.have_pcrel => true,
274 &MemArg::Label { target } => { in mem_emit()
3621 mem: MemArg::Label { in emit_with_alloc_consumer()
3694 mem: MemArg::Label { target: label }, in emit_with_alloc_consumer()
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/
H A Dexternal.rs394 target: asm::DeferredTarget::Label(asm::Label(target.as_u32())), in from()
466 asm::DeferredTarget::Label(label) => { in use_target()
500 impl From<asm::Label> for MachLabel {
501 fn from(value: asm::Label) -> Self { in from()
506 impl From<MachLabel> for asm::Label { implementation
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/
H A Demit.rs904 from: AMode::Label(label_data), in emit_uncompressed()
1327 CondBrTarget::Label(label) => { in emit_uncompressed()
1338 CondBrTarget::Label(label) => { in emit_uncompressed()
1604 mem: AMode::Label(label), in emit_uncompressed()
1608 (AMode::Label(label), None, _) => { in emit_uncompressed()
1694 taken: CondBrTarget::Label(label_end), in emit_uncompressed()
1759 taken: CondBrTarget::Label(fail_label), in emit_uncompressed()
1796 taken: CondBrTarget::Label(cas_lebel), in emit_uncompressed()
2001 taken: CondBrTarget::Label(retry), in emit_uncompressed()
2071 from: AMode::Label(label_data), in emit_uncompressed()
[all …]
H A Dargs.rs106 Label(MachLabel), enumerator
120 | AMode::Label(..) => {} in get_operands()
131 &AMode::Const(..) | AMode::Label(..) => None, in get_base_register()
155 &AMode::Const(_) | &AMode::Label(_) => 0, in get_offset_with_state()
163 &AMode::Label(label) => Some(label), in get_label_with_sink()
194 &AMode::Label(label) => { in fmt()
H A Dmod.rs68 Label(MachLabel), enumerator
77 CondBrTarget::Label(l) => Some(l), in as_label()
90 CondBrTarget::Label(l) => write!(f, "{}", l.to_string()), in fmt()
/wasmtime-44.0.1/cranelift/assembler-x64/src/
H A Dlib.rs75 AsReg, CodeSink, Constant, KnownOffset, Label, RegisterVisitor, Registers, TrapCode,
H A Dmem.rs5 use crate::api::{AsReg, CodeSink, Constant, KnownOffset, Label, TrapCode};
172 Label(Label), enumerator
H A Dapi.rs70 pub struct Label(pub u32); struct
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/
H A Dargs.rs260 Label(MachLabel), enumerator
269 BranchTarget::Label(l) => Some(l), in as_label()
388 &AMode::Label { ref label } => label.pretty_print(0), in pretty_print()
446 &BranchTarget::Label(label) => format!("label{:?}", label.as_u32()), in pretty_print()
H A Demit.rs87 (smallvec![], AMode::Label { label })
1045 &AMode::Label { ref label } => { in emit()
1178 &AMode::Label { .. } => { in emit()
1635 BranchTarget::Label(again_label), in emit()
1712 BranchTarget::Label(out_label), in emit()
1728 BranchTarget::Label(again_label), in emit()
2837 BranchTarget::Label(else_label), in emit()
3312 mem: AMode::Label { in emit()
3431 dest: BranchTarget::Label(jump_around_label), in emit()
3624 taken: BranchTarget::Label(loop_start), in emit()
[all …]
H A Dmod.rs334 AMode::Label { .. } => {} in memarg_operands()
1152 dest: BranchTarget::Label(target), in gen_jump()
2745 let default_target = BranchTarget::Label(default).pretty_print(0); in print_with_state()
H A Demit_tests.rs1770 mem: AMode::Label { in test_aarch64_binemit()
6771 mem: AMode::Label { in test_aarch64_binemit()
6783 mem: AMode::Label { in test_aarch64_binemit()
6795 mem: AMode::Label { in test_aarch64_binemit()
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dbuffer.rs1616 RelocTarget::Label(label) => { in finish()
2133 Label(MachLabel), enumerator
2144 Self::Label(label) in from()
2531 BranchTarget::Label(label(n)) in target()
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dasm.rs143 dest: BranchTarget::Label(label), in emit_with_island()
832 dest: BranchTarget::Label(target), in jmp()
839 taken: BranchTarget::Label(taken), in jmp_if()
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/lower/
H A Disle.rs299 CondBrTarget::Label(label) in label_to_br_target()
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/lower/
H A Disle.rs611 BranchTarget::Label(label) in branch_target()
/wasmtime-44.0.1/cranelift/object/src/
H A Dbackend.rs682 kind: SymbolKind::Label, in get_symbol()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_environ.rs927 wasmparser::Name::Label(_) in name_section()
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dinst.isle3920 ;;;; Label Addresses ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dinst.isle1213 (Label