Searched refs:LHI (Results 1 – 25 of 47) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | insert-05.ll | 5 ; Prefer LHI over IILF for signed 16-bit constants. 16 ; Check the high end of the LHI range. 60 ; Check the next value up, which should use LHI instead. 71 ; Check the highest useful LHI value. (We use OILF for -1 instead, although 72 ; LHI might be better there too.)
|
D | int-const-01.ll | 15 ; Check the high end of the LHI range. 79 ; Check the next value up, which should use LHI.
|
D | branch-folder-hoist-livein.mir | 24 renamable $r2l = LHI 0
|
D | int-add-11.ll | 29 ; Both L/AHI and LHI/A would be OK.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | insert-05.ll | 5 ; Prefer LHI over IILF for signed 16-bit constants. 16 ; Check the high end of the LHI range. 60 ; Check the next value up, which should use LHI instead. 71 ; Check the highest useful LHI value. (We use OILF for -1 instead, although 72 ; LHI might be better there too.)
|
D | int-const-01.ll | 15 ; Check the high end of the LHI range. 79 ; Check the next value up, which should use LHI.
|
D | int-add-11.ll | 29 ; Both L/AHI and LHI/A would be OK.
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | timezone_aliases.txt | 34 Australia/LHI; Australia/Lord_Howe
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 20 from CodeGen/SystemZ/asm-09.ll will use LHI rather than LGHI.
|
D | SystemZInstrInfo.cpp | 535 case SystemZ::LHI: return SystemZ::LOCHI; in getConditionalLoadImmediate() 1093 expandRIPseudo(MI, SystemZ::LHI, SystemZ::IIHF, true); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 469 // 16-bit sign-extended immediates. LHIMux expands to LHI or IIHF, 473 def LHI : UnaryRI<"lhi", 0xA78, bitconvert, GR32, imm32sx16>; 1707 (Select32 (LHI -1), (LHI 0), imm32zx4:$valid, imm32zx4:$cc)>;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 33 Australia/LHI ; Australia/Lord_Howe
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | TimeZoneAliases.txt | 25 Australia/LHI ; Australia/Lord_Howe
|
D | backward | 51 Link Australia/Lord_Howe Australia/LHI
|
D | australasia | 1080 # NSW (including LHI and Broken Hill): 1456 # LHI... [ Courtesy of Pauline Van Winsen ] 1476 # shown on clocks on LHI. I guess this means that for 30 minutes at the start 1477 # of DST, LHI is actually 1 hour ahead of the rest of NSW.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | README.txt | 20 from CodeGen/SystemZ/asm-09.ll will use LHI rather than LGHI.
|
D | SystemZInstrInfo.cpp | 708 if (DefOpc != SystemZ::LHIMux && DefOpc != SystemZ::LHI && in FoldImmediate() 1400 expandRIPseudo(MI, SystemZ::LHI, SystemZ::IIHF, true); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 381 // 16-bit sign-extended immediates. LHIMux expands to LHI or IIHF, 385 def LHI : UnaryRI<"lhi", 0xA78, bitconvert, GR32, imm32sx16>;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 33 Australia/LHI ; Australia/Lord_Howe
|
/external/icu/icu4c/source/data/misc/ |
D | timezoneTypes.txt | 55 "Australia:LHI"{"Australia/Lord_Howe"}
|
D | zoneinfo64.txt | 1825 /* Australia/LHI */ :int { 360 } //Z#358 2993 ,"Australia/Hobart","Australia/LHI","Australia/Lindeman" // 359 3514 "AU", //Z#358 Australia/LHI
|
/external/icu/icu4c/source/test/testdata/ |
D | timezoneTypes.txt | 48 "Australia:LHI"{"Australia/Lord_Howe"}
|
D | zoneinfo64.txt | 1983 /* Australia/LHI */ :int { 349 } //Z#347 3149 ,"Australia/Hobart","Australia/LHI","Australia/Lindeman" // 348 3669 "AU", //Z#347 Australia/LHI
|
/external/v8/src/s390/ |
D | simulator-s390.h | 619 EVALUATE(LHI);
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 628 16783357U, // LHI 1778 // CGHI, CHI, LGHI, LHI
|
12