Searched refs:CMP (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | sama5d36ek_cmp.dts | 3 * sama5d36ek_cmp.dts - Device Tree file for SAMA5D36-EK CMP board 12 model = "Atmel SAMA5D36EK-CMP";
|
A D | sama5d3xcm_cmp.dtsi | 3 * sama5d3xcm_cmp.dtsi - Device Tree Include file for SAMA5D36 CMP CPU Module
|
A D | sama5d3xmb_cmp.dtsi | 3 * sama5d3xmb_cmp.dts - Device Tree file for SAMA5D3x CMP mother board
|
/linux-6.3-rc2/arch/sh/math-emu/ |
A D | math.c | 76 #define CMP(OP) ({ int r; BOTH_PRmn(OP##_X,r); r; }) macro 81 if (CMP(CMP) > 0) in fcmp_gt() 92 if (CMP(CMP /*EQ*/) == 0) in fcmp_eq()
|
/linux-6.3-rc2/Documentation/trace/coresight/ |
A D | coresight.rst | 406 Instruction 0 0x8026B550 E3530004 false CMP r3,#4 412 Instruction 0 0x8026B550 E3530004 false CMP r3,#4 417 Instruction 0 0x8026B550 E3530004 false CMP r3,#4 422 Instruction 0 0x8026B550 E3530004 false CMP r3,#4 427 Instruction 0 0x8026B550 E3530004 false CMP r3,#4 432 Instruction 0 0x8026B550 E3530004 false CMP r3,#4
|
/linux-6.3-rc2/Documentation/staging/ |
A D | speculation.rst | 34 CMP <index>, #MAX_ARRAY_ELEMS
|
/linux-6.3-rc2/Documentation/arm/ |
A D | vlocks.rst | 134 CMP Rt, #0 139 CMP Rt, #0
|
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/ |
A D | sym_defs.h | 249 #define CMP 0x40 /* sta: arbitration complete */ macro
|
/linux-6.3-rc2/arch/x86/lib/ |
A D | x86-opcode-map.txt | 100 38: CMP Eb,Gb 101 39: CMP Ev,Gv 102 3a: CMP Gb,Eb 103 3b: CMP Gv,Ev 104 3c: CMP AL,Ib 105 3d: CMP rAX,Iz 986 7: CMP
|
/linux-6.3-rc2/tools/arch/x86/lib/ |
A D | x86-opcode-map.txt | 100 38: CMP Eb,Gb 101 39: CMP Ev,Gv 102 3a: CMP Gb,Eb 103 3b: CMP Gv,Ev 104 3c: CMP AL,Ib 105 3d: CMP rAX,Iz 986 7: CMP
|
/linux-6.3-rc2/drivers/scsi/ |
A D | ncr53c8xx.h | 772 #define CMP 0x40 /* sta: arbitration complete */ macro
|
/linux-6.3-rc2/drivers/misc/ |
A D | fastrpc.c | 522 #define CMP(aa, bb) ((aa) == (bb) ? 0 : (aa) < (bb) ? -1 : 1) macro 528 int st = CMP(pa->start, pb->start); in olaps_cmp() 530 int ed = CMP(pb->end, pa->end); in olaps_cmp()
|
/linux-6.3-rc2/Documentation/ |
A D | atomic_t.txt | 343 " CMP %[oldval], %[old]\n"
|
/linux-6.3-rc2/fs/jfs/ |
A D | jfs_xtree.c | 34 #define XT_CMP(CMP, K, X, OFFSET64)\ argument 37 (CMP) = ((K) >= OFFSET64 + lengthXAD(X)) ? 1 :\
|
/linux-6.3-rc2/arch/mips/ |
A D | Kconfig | 2338 bool "MIPS CMP framework support (DEPRECATED)" 2346 Select this if you are using a bootloader which implements the "CMP
|
Completed in 54 milliseconds