Home
last modified time | relevance | path

Searched refs:TestBitAndBranchKind (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/
H A Dargs.rs716 pub use crate::isa::aarch64::lower::isle::generated_code::TestBitAndBranchKind;
718 impl TestBitAndBranchKind { impl
720 pub fn complement(&self) -> TestBitAndBranchKind { in complement() argument
722 TestBitAndBranchKind::Z => TestBitAndBranchKind::NZ, in complement()
723 TestBitAndBranchKind::NZ => TestBitAndBranchKind::Z, in complement()
H A Demit.rs183 kind: TestBitAndBranchKind, in enc_test_bit_and_branch() argument
193 TestBitAndBranchKind::Z => 0, in enc_test_bit_and_branch()
194 TestBitAndBranchKind::NZ => 1, in enc_test_bit_and_branch()
H A Dmod.rs2691 TestBitAndBranchKind::Z => "z", in print_with_state()
2692 TestBitAndBranchKind::NZ => "nz", in print_with_state()
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dinst.isle858 (kind TestBitAndBranchKind)
1281 (type TestBitAndBranchKind (enum (Z) (NZ)))
5122 (decl test_branch (TestBitAndBranchKind BranchTarget BranchTarget Reg u8) SideEffectNoResult)
5129 (test_branch (TestBitAndBranchKind.NZ) taken not_taken rn bit))
5134 (test_branch (TestBitAndBranchKind.Z) taken not_taken rn bit))