Home
last modified time | relevance | path

Searched refs:APIKey (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/
H A Dargs.rs702 impl APIKey { implementation
707 APIKey::AZ => (0b0011, 0b100), in enc_auti_hint()
708 APIKey::ASP => (0b0011, 0b101), in enc_auti_hint()
709 APIKey::BZ => (0b0011, 0b110), in enc_auti_hint()
710 APIKey::BSP => (0b0011, 0b111), in enc_auti_hint()
H A Dmod.rs37 ALUOp, ALUOp3, AMode, APIKey, AtomicRMWLoopOp, AtomicRMWOp, BitOp, BranchTargetType, FPUOp1,
90 pub key: Option<APIKey>,
2647 APIKey::AZ => "az", in print_with_state()
2648 APIKey::BZ => "bz", in print_with_state()
2649 APIKey::ASP => "asp", in print_with_state()
2650 APIKey::BSP => "bsp", in print_with_state()
2856 APIKey::AZ => "az", in print_with_state()
2857 APIKey::BZ => "bz", in print_with_state()
2858 APIKey::ASP => "asp", in print_with_state()
2859 APIKey::BSP => "bsp", in print_with_state()
H A Demit.rs2935 APIKey::AZ => (0b100, true), in emit()
2936 APIKey::ASP => (0b101, is_hint), in emit()
2937 APIKey::BZ => (0b110, true), in emit()
2938 APIKey::BSP => (0b111, is_hint), in emit()
3408 APIKey::AZ => (0b0011, 0b000), in emit()
3409 APIKey::ASP => (0b0011, 0b001), in emit()
3410 APIKey::BZ => (0b0011, 0b010), in emit()
3411 APIKey::BSP => (0b0011, 0b011), in emit()
H A Demit_tests.rs41 key: APIKey::ASP, in test_aarch64_binemit()
49 key: APIKey::BSP, in test_aarch64_binemit()
55 insns.push((Inst::Paci { key: APIKey::BSP }, "7F2303D5", "pacibsp")); in test_aarch64_binemit()
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dabi.rs1292 ) -> Option<APIKey> { in select_api_key() argument
1300 isa::CallConv::Tail => APIKey::BZ, in select_api_key()
1301 _ => APIKey::BSP, in select_api_key()
1305 isa::CallConv::Tail => APIKey::AZ, in select_api_key()
1306 _ => APIKey::ASP, in select_api_key()
H A Dinst.isle839 (key APIKey)
942 (key APIKey))
1794 (type APIKey