Home
last modified time | relevance | path

Searched refs:fp_cond_code (Results 1 – 5 of 5) 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
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dlower.isle2166 (materialize_bool_result (fp_cond_code cond))))
2170 (vec_cmp x y in_ty (fp_cond_code cond)))
2235 (let ((cond Cond (fp_cond_code cc)))
3221 (let ((cond Cond (fp_cond_code cc)))
H A Dinst.isle4158 (decl fp_cond_code (FloatCC) Cond)
4160 (extern constructor fp_cond_code fp_cond_code)
/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstep.rs857 fcmp(inst.fp_cond_code().unwrap(), &x, &y).unwrap(), in step()