Home
last modified time | relevance | path

Searched refs:Freescale (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dfsl-e5500.ll2 ; Test support for Freescale e5500 and its higher memcpy inlining thresholds.
Dfsl-e500mc.ll2 ; Test support for Freescale e500mc and its higher memcpy inlining thresholds.
/external/llvm/lib/Target/PowerPC/
DPPCScheduleE500mc.td10 // This file defines the itinerary class data for the Freescale e500mc 32-bit
14 // Freescale Document Number E500MCRM, Rev. 1, 03/2012.
17 // Relevant functional units in the Freescale e500mc core:
DPPCScheduleE5500.td10 // This file defines the itinerary class data for the Freescale e5500 64-bit
14 // Freescale Document Number e5500RM, Rev. 1, 03/2012.
17 // Relevant functional units in the Freescale e5500 core
/external/valgrind/docs/internals/
D3_8_BUGSTATUS.txt406 321396 Add Support for Freescale e500v2 SPE Architecture.
409 321400 Add Support for Freescale e5500 Architecture.
412 321401 Add Support for Freescale e6500 Architecture.
/external/llvm/include/llvm/ADT/
DTriple.h124 Freescale, enumerator
/external/llvm/lib/Support/
DTriple.cpp144 case Freescale: return "fsl"; in getVendorTypeName()
404 .Case("fsl", Triple::Freescale) in parseVendor()