HomeSort by relevance Sort by last modified time
    Searched defs:PF (Results 1 - 23 of 23) sorted by null

  /external/linux-kselftest/tools/testing/selftests/x86/
test_FCOMI.c 19 PF = 1 << 2,
21 ARITH = CF | PF | ZF,
111 if ((res_fcomi_nan_1 & ARITH) != (ZF|CF|PF)) {
140 if ((res_fcomi_nan_1 & ARITH) != (ZF|CF|PF)) {
171 if ((res_fcomi_nan_1 & ARITH) != (ZF|CF|PF)) {
254 if ((res_fcomi_nan_1 & ARITH) != (ZF|CF|PF)) {
282 if ((res_fcomi_nan_1 & ARITH) != (ZF|CF|PF)) {
316 err |= test(CF|ZF|PF);
317 err |= test_qnan(CF|ZF|PF);
318 err |= testu_qnan(CF|ZF|PF);
    [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 92 const Function *PF = PBB->getParent();
95 std::advance(RFI, std::distance(PF->getParent()->begin(),
96 Module::const_iterator(PF)));
99 std::advance(RBI, std::distance(PF->begin(), Function::const_iterator(PBB)));
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ExtractFunction.cpp 63 const Function *PF = PBB->getParent();
66 std::advance(RFI, std::distance(PF->getParent()->begin(),
67 Module::const_iterator(PF)));
70 std::advance(RBI, std::distance(PF->begin(), Function::const_iterator(PBB)));
  /external/syslinux/gpxe/src/arch/i386/include/
registers.h 182 #define PF ( 1 << 2 )
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
Thunk16Lib.h 40 UINT32 PF:1; // Parity Flag
67 UINT32 PF:1; // Parity Flag
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
Rtc.c 107 UINT8 PF : 1; // Periodic Interrupt Flag
108 UINT8 IRQF : 1; // Iterrupt Request Flag = PF & PIE | AF & AIE | UF & UIE
  /external/e2fsprogs/ext2ed/
ext2ed.h 78 typedef void (*PF) (char *); /* Used to point to the dispatched functions */
84 PF callback [MAX_COMMANDS_NUM];
235 extern void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 410 int (*PF)(int, char **, const char **) =
415 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
424 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
428 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
437 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
438 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue()));
623 Function *PF = jitstate->getPendingFunctions(locked).back();
626 assert(!PF->hasAvailableExternallyLinkage() &&
629 jitTheFunction(PF, locked);
633 updateFunctionStub(PF);
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 491 typedef int32_t (U_EXPORT2 *PF)(const UChar *, const UChar *);
492 PF pf = u_strcmp; local
493 if (opt_strcmpCPO) {pf = u_strcmpCodePointOrder;}
494 //if (opt_strcmp && opt_win) {pf = (PF)wcscmp;} // Damn the difference between int32_t and int
510 r = (*pf)((gSortedLines[line])->name, (gSortedLines[guess])->name);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 68 UINT32 PF:1;
88 UINT16 PF : 1;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 833 Function *PF = OpenModule->getFunction(FnName);
834 if (PF && !PF->empty()) {
840 if (!PF)
841 PF = Function::Create(F->getFunctionType(),
845 return PF;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 901 Function *PF = CurrentModule->getFunction(FnName);
902 if (PF && !PF->empty()) {
908 if (!PF)
909 PF = Function::Create(F->getFunctionType(),
913 return PF;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 734 Function *PF = OpenModule->getFunction(FnName);
735 if (PF && !PF->empty()) {
741 if (!PF)
742 PF = Function::Create(F->getFunctionType(),
746 return PF;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 744 Function *PF = OpenModule->getFunction(FnName);
745 if (PF && !PF->empty()) {
751 if (!PF)
752 PF = Function::Create(F->getFunctionType(),
756 return PF;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
peXXigen.c     [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objdump.c 472 #define PF(x, y) \
475 PF (SEC_HAS_CONTENTS, "CONTENTS");
476 PF (SEC_ALLOC, "ALLOC");
477 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR");
478 PF (SEC_LOAD, "LOAD");
479 PF (SEC_RELOC, "RELOC");
480 PF (SEC_READONLY, "READONLY");
481 PF (SEC_CODE, "CODE");
482 PF (SEC_DATA, "DATA");
483 PF (SEC_ROM, "ROM")
    [all...]
readelf.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 485 const MemSDNode *PF = cast<MemSDNode>(N);
486 ID.AddInteger(PF->getPointerInfo().getAddrSpace());
    [all...]
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp.h 526 enum PF
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 

Completed in 1243 milliseconds