Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/xmon/
H A Dspu.h81 #define UNSIGNED_EXTRACT(insn,size,pos) (((insn) >> pos) & ((1 << size)-1)) macro
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c2237 #define UNSIGNED_EXTRACT(e, o, a, df) \ macro