Searched refs:EFSCMPLT (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/powerpc/booke/ |
H A D | spe.c | 251 #define EFSCMPLT 0x2cd macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrSPE.td | 270 def EFSCMPLT : EFXForm_3<717, (outs crrc:$crD), (ins spe4rc:$RA, spe4rc:$RB),
|
H A D | PPCFastISel.cpp | 877 CmpOpc = PPC::EFSCMPLT; in PPCEmitCmp()
|
H A D | PPCInstrInfo.td | 3970 (EXTRACT_SUBREG (EFSCMPLT $s1, $s2), sub_gt)>; 3972 (EXTRACT_SUBREG (EFSCMPLT $s1, $s2), sub_gt)>; 3983 (EXTRACT_SUBREG (EFSCMPLT $s1, $s2), sub_gt)>; 3985 (EXTRACT_SUBREG (EFSCMPLT $s1, $s2), sub_gt)>;
|
H A D | PPCISelDAGToDAG.cpp | 4230 Opc = PPC::EFSCMPLT; in SelectCC()
|