| /wasmtime-44.0.1/cranelift/isle/isle/src/ |
| H A D | error.rs | 39 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 D | args.rs | 33 Label { target: MachLabel }, enumerator 108 MemArg::Label { .. } => MemFlags::trusted(), in get_flags() 232 &MemArg::Label { target } => target.to_string(), in pretty_print()
|
| H A D | emit_tests.rs | 1752 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 D | mod.rs | 443 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 D | emit.rs | 185 &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 D | external.rs | 394 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 D | emit.rs | 904 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 D | args.rs | 106 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 D | mod.rs | 68 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 D | lib.rs | 75 AsReg, CodeSink, Constant, KnownOffset, Label, RegisterVisitor, Registers, TrapCode,
|
| H A D | mem.rs | 5 use crate::api::{AsReg, CodeSink, Constant, KnownOffset, Label, TrapCode}; 172 Label(Label), enumerator
|
| H A D | api.rs | 70 pub struct Label(pub u32); struct
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/ |
| H A D | args.rs | 260 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 D | emit.rs | 87 (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 D | mod.rs | 334 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 D | emit_tests.rs | 1770 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 D | buffer.rs | 1616 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 D | asm.rs | 143 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 D | isle.rs | 299 CondBrTarget::Label(label) in label_to_br_target()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/lower/ |
| H A D | isle.rs | 611 BranchTarget::Label(label) in branch_target()
|
| /wasmtime-44.0.1/cranelift/object/src/ |
| H A D | backend.rs | 682 kind: SymbolKind::Label, in get_symbol()
|
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | module_environ.rs | 927 wasmparser::Name::Label(_) in name_section()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/ |
| H A D | inst.isle | 3920 ;;;; Label Addresses ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/ |
| H A D | inst.isle | 1213 (Label
|