Home
last modified time | relevance | path

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

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