Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/math-emu/
H A Dfpudispatch.c108 #define get_class(op) extru(op,fpclasspos,2) macro
/openbmc/qemu/rust/qemu-api/src/
H A Dqom.rs751 fn get_class(&self) -> &'static <Self::Target as ObjectType>::Class { in get_class() method