Home
last modified time | relevance | path

Searched refs:EFSCFSI (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/booke/
H A Dspe.c255 #define EFSCFSI 0x2d1 macro
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrSPE.td254 def EFSCFSI : EFXForm_2a<721, (outs spe4rc:$RT), (ins gprc:$RB),
H A DPPCFastISel.cpp1090 Opc = IsSigned ? PPC::EFSCFSI : PPC::EFSCFUI; in SelectIToFP()