Home
last modified time | relevance | path

Searched defs:CMP (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Diwmmxt_helper.c299 #define CMP(SHR, TYPE, OPER, MASK) ((((TYPE) ((a >> SHR) & MASK) OPER \ macro
305 #define CMP(SHR, TYPE, OPER, MASK) ((((TYPE) ((a >> SHR) & MASK) OPER \ macro
312 #define CMP(SHR, TYPE, OPER, MASK) ((uint64_t) (((TYPE) ((a >> SHR) & MASK) \ macro
318 #define CMP(SHR, TYPE, OPER, MASK) ((uint64_t) (((TYPE) ((a >> SHR) & MASK) \ macro
/openbmc/linux/arch/sh/math-emu/
H A Dmath.c76 #define CMP(OP) ({ int r; BOTH_PRmn(OP##_X,r); r; }) macro
/openbmc/u-boot/include/
H A Dsym53c8xx.h168 #define CMP 0x40 /* sta: arbitration complete */ macro
/openbmc/qemu/target/ppc/
H A Dmmu_helper.c567 target_ulong RPN, CMP, EPN; in do_6xx_tlb() local
/openbmc/linux/fs/jfs/
H A Djfs_xtree.c34 #define XT_CMP(CMP, K, X, OFFSET64)\ argument
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h249 #define CMP 0x40 /* sta: arbitration complete */ macro
/openbmc/linux/drivers/misc/
H A Dfastrpc.c524 #define CMP(aa, bb) ((aa) == (bb) ? 0 : (aa) < (bb) ? -1 : 1) macro
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.h772 #define CMP 0x40 /* sta: arbitration complete */ macro