Searched refs:FLE (Results 1 – 6 of 6) sorted by relevance
| /freebsd/secure/caroot/untrusted/ |
| H A D | DigiCert_High_Assurance_EV_Root_CA.pem | 87 FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.cpp | 1395 FLE, enumerator 1421 case FLE: in F_Compare() 1432 bool operator()(FLE_S inst) { return F_Compare(inst, false, FLE); } in operator ()() 1561 bool operator()(FLE_D inst) { return F_Compare(inst, true, FLE); } in operator ()()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoD.td | 429 // If both operands are the same, use a single FLE. 449 // If both operands are the same, use a single FLE. 469 // If both operands are the same, use a single FLE.
|
| H A D | RISCVInstrInfoZfh.td | 408 // If both operands are the same, use a single FLE. 423 // If both operands are the same, use a single FLE.
|
| H A D | RISCVInstrInfoF.td | 683 // If both operands are the same, use a single FLE. 698 // If both operands are the same, use a single FLE.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 3003 for (const FoldableLoadExtendsStruct &FLE : FoldableLoadExtends) { in tryToFoldLoadIntoMI() local 3004 if (FLE.Opc[isThumb2] == MI->getOpcode() && in tryToFoldLoadIntoMI() 3005 (uint64_t)FLE.ExpectedImm == Imm && in tryToFoldLoadIntoMI() 3006 MVT((MVT::SimpleValueType)FLE.ExpectedVT) == VT) { in tryToFoldLoadIntoMI() 3008 isZExt = FLE.isZExt; in tryToFoldLoadIntoMI()
|