Searched defs:CMP (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | iwmmxt_helper.c | 299 #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 D | math.c | 76 #define CMP(OP) ({ int r; BOTH_PRmn(OP##_X,r); r; }) macro
|
/openbmc/u-boot/include/ |
H A D | sym53c8xx.h | 168 #define CMP 0x40 /* sta: arbitration complete */ macro
|
/openbmc/qemu/target/ppc/ |
H A D | mmu_helper.c | 561 target_ulong RPN, CMP, EPN; in do_6xx_tlb() local
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_xtree.c | 34 #define XT_CMP(CMP, K, X, OFFSET64)\ argument
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 249 #define CMP 0x40 /* sta: arbitration complete */ macro
|
/openbmc/linux/drivers/scsi/ |
H A D | ncr53c8xx.h | 772 #define CMP 0x40 /* sta: arbitration complete */ macro
|
/openbmc/linux/drivers/misc/ |
H A D | fastrpc.c | 524 #define CMP(aa, bb) ((aa) == (bb) ? 0 : (aa) < (bb) ? -1 : 1) macro
|