HomeSort by relevance Sort by last modified time
    Searched refs:isLE (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Object/
Binary.h 63 static inline unsigned int getELFType(bool isLE, bool is64Bits) {
64 if (isLE)
70 static unsigned int getMachOType(bool isLE, bool is64Bits) {
71 if (isLE)
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 139 #define isLE 1
141 #define isLE 0
    [all...]
test_isa_2_07_part2.c 44 #define isLE 1
46 #define isLE 0
902 if (isLE) {
    [all...]
  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part3.c 40 #define isLE 1
42 #define isLE 0
    [all...]
test_isa_2_06_part1.c 39 #define isLE 1
41 #define isLE 0
    [all...]
test_isa_2_06_part2.c 44 #define isLE 1
46 #define isLE 0
811 if (isLE) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 133 milliseconds