Home
last modified time | relevance | path

Searched defs:fp_cond_code (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/lower/
H A Disle.rs583 fn fp_cond_code(&mut self, cc: &condcodes::FloatCC) -> Cond { in fp_cond_code() method
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dinstructions.rs522 pub fn fp_cond_code(&self) -> Option<FloatCC> { in fp_cond_code() method