Home
last modified time | relevance | path

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

/freebsd-14-stable/secure/caroot/trusted/
HDDigiCert_High_Assurance_EV_Root_CA.pem90 FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfoD.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.
HDRISCVInstrInfoZfh.td374 // If both operands are the same, use a single FLE.
389 // If both operands are the same, use a single FLE.
HDRISCVInstrInfoF.td625 // If both operands are the same, use a single FLE.
640 // If both operands are the same, use a single FLE.
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDEmulateInstructionRISCV.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-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFastISel.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()