Searched +full:0 +full:x1e00 (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | ctpop-mask.ll | 19 ; X86-POPCOUNT: # %bb.0: 20 ; X86-POPCOUNT-NEXT: movl {{[0-9]+}}(%esp), %eax 27 ; X64-POPCOUNT: # %bb.0: 33 ; X86-NO-POPCOUNT: # %bb.0: 34 ; X86-NO-POPCOUNT-NEXT: movl {{[0-9]+}}(%esp), %eax 43 ; X64-NO-POPCOUNT: # %bb.0: 57 ; X86-POPCOUNT: # %bb.0: 58 ; X86-POPCOUNT-NEXT: movl $1572864, %eax # imm = 0x180000 59 ; X86-POPCOUNT-NEXT: andl {{[0-9]+}}(%esp), %eax 64 ; X64-POPCOUNT: # %bb.0: [all …]
|
/llvm-project/llvm/lib/Support/ |
H A D | UnicodeCaseFold.cpp | 5 // http://www.unicode.org/Public/15.1.0/ucd/CaseFolding.txt 9 // "http://www.unicode.org/Public/15.1.0/ucd/CaseFolding.txt" \ 17 if (C < 0x0041) in foldCharSimple() 20 if (C <= 0x005a) in foldCharSimple() 23 if (C == 0x00b5) in foldCharSimple() 24 return 0x03bc; in foldCharSimple() 25 if (C < 0x00c0) in foldCharSimple() 28 if (C <= 0x00d6) in foldCharSimple() 30 if (C < 0x00d8) in foldCharSimple() 33 if (C <= 0x00de) in foldCharSimple() [all …]
|
/llvm-project/clang/lib/Lex/ |
H A D | UnicodeCharSets.h | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 15 {0x0041, 0x005A}, {0x0061, 0x007A}, {0x00AA, 0x00AA}, 16 {0x00B5, 0x00B5}, {0x00BA, 0x00BA}, {0x00C0, 0x00D6}, 17 {0x00D8, 0x00F6}, {0x00F8, 0x02C1}, {0x02C6, 0x02D1}, 18 {0x02E0, 0x02E4}, {0x02EC, 0x02EC}, {0x02EE, 0x02EE}, 19 {0x0370, 0x0374}, {0x0376, 0x0377}, {0x037B, 0x037D}, 20 {0x037F, 0x037F}, {0x0386, 0x0386}, {0x0388, 0x038A}, 21 {0x038C, 0x038C}, {0x038E, 0x03A1}, {0x03A3, 0x03F5}, 22 {0x03F7, 0x0481}, {0x048A, 0x052F}, {0x0531, 0x0556}, 23 {0x0559, 0x0559}, {0x0560, 0x0588}, {0x05D0, 0x05EA}, [all …]
|
/llvm-project/llvm/test/tools/llvm-readtapi/Inputs/ |
H A D | mixed-swift-objc.yaml | 3 magic: 0xFEEDFACF 4 cputype: 0x1000007 5 cpusubtype: 0x3 6 filetype: 0x6 9 flags: 0x110085 10 reserved: 0x0 15 vmaddr: 0 17 fileoff: 0 22 flags: 0 26 addr: 0x1B30 [all …]
|
/llvm-project/clang/test/Index/ |
H A D | nested-binaryoperators.cpp | 3 return ((c >= 0x41 && c <= 0x5a) in foo() 4 || (c >= 0x61 && c <= 0x7a) in foo() 5 || (c >= 0xc0 && c <= 0xd6) in foo() 6 || (c >= 0xd8 && c <= 0xf6) in foo() 7 || (c >= 0xf8 && c <= 0xf in foo() [all...] |
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 98 // Position==0 means we're not in an IT block at all. Position==1 in extractITMaskBit() 99 // means we want the first state bit, which is always 0 (Then). in extractITMaskBit() 102 // right bit down to bit 0, including the always-0 bit at bit 4 for in extractITMaskBit() 269 // '0' inverse of condition (else). 277 // block. In range [0,4], with 0 being the IT 279 // count of instructions in block. ~0U if no 293 assert(PendingConditionalInsts.size() == 0); in flushPendingInstructions() [all...] |