Home
last modified time | relevance | path

Searched refs:FLE (Results 1 – 6 of 6) sorted by relevance

/freebsd/secure/caroot/trusted/
H A DDigiCert_High_Assurance_EV_Root_CA.pem90 FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td418 // If both operands are the same, use a single FLE.
438 // If both operands are the same, use a single FLE.
458 // If both operands are the same, use a single FLE.
H A DRISCVInstrInfoZfh.td374 // If both operands are the same, use a single FLE.
389 // If both operands are the same, use a single FLE.
H A DRISCVInstrInfoF.td625 // If both operands are the same, use a single FLE.
640 // If both operands are the same, use a single FLE.
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1394 FLE, enumerator
1420 case FLE: in F_Compare()
1431 bool operator()(FLE_S inst) { return F_Compare(inst, false, FLE); } in operator ()()
1560 bool operator()(FLE_D inst) { return F_Compare(inst, true, FLE); } in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2933 for (const FoldableLoadExtendsStruct &FLE : FoldableLoadExtends) { in tryToFoldLoadIntoMI() local
2934 if (FLE.Opc[isThumb2] == MI->getOpcode() && in tryToFoldLoadIntoMI()
2935 (uint64_t)FLE.ExpectedImm == Imm && in tryToFoldLoadIntoMI()
2936 MVT((MVT::SimpleValueType)FLE.ExpectedVT) == VT) { in tryToFoldLoadIntoMI()
2938 isZExt = FLE.isZExt; in tryToFoldLoadIntoMI()