Searched refs:FLE (Results 1 – 6 of 6) sorted by relevance
/freebsd/secure/caroot/trusted/ |
H A D | DigiCert_High_Assurance_EV_Root_CA.pem | 90 FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoD.td | 418 // 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 D | RISCVInstrInfoZfh.td | 374 // If both operands are the same, use a single FLE. 389 // If both operands are the same, use a single FLE.
|
H A D | RISCVInstrInfoF.td | 625 // 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 D | EmulateInstructionRISCV.cpp | 1394 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 D | ARMFastISel.cpp | 2933 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()
|