Searched refs:EFSCMPEQ (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/powerpc/booke/ |
H A D | spe.c | 252 #define EFSCMPEQ 0x2ce macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrSPE.td | 266 def EFSCMPEQ : EFXForm_3<718, (outs crrc:$crD), (ins spe4rc:$RA, spe4rc:$RB),
|
H A D | PPCFastISel.cpp | 874 CmpOpc = PPC::EFSCMPEQ; in PPCEmitCmp()
|
H A D | PPCInstrInfo.td | 3978 (EXTRACT_SUBREG (EFSCMPEQ $s1, $s2), sub_gt)>; 3980 (EXTRACT_SUBREG (EFSCMPEQ $s1, $s2), sub_gt)>; 3991 (EXTRACT_SUBREG (EFSCMPEQ $s1, $s2), sub_gt)>; 3993 (EXTRACT_SUBREG (EFSCMPEQ $s1, $s2), sub_gt)>;
|
H A D | PPCISelDAGToDAG.cpp | 4222 Opc = PPC::EFSCMPEQ; in SelectCC()
|