Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/xmon/
H A Dspu.h80 #define SIGNED_EXTRACT(insn,size,pos) (((int)((insn) << (32-size-pos))) >> (32-size)) macro
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c2231 #define SIGNED_EXTRACT(e, o, a, df) \ macro