Searched refs:byte1 (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | ArmUnwindInfo.cpp | 137 if ((byte1 & 0xc0) == 0x00) { in GetUnwindPlan() 140 vsp += ((byte1 & 0x3f) << 2) + 4; in GetUnwindPlan() 141 } else if ((byte1 & 0xc0) == 0x40) { in GetUnwindPlan() 144 vsp -= ((byte1 & 0x3f) << 2) + 4; in GetUnwindPlan() 145 } else if ((byte1 & 0xf0) == 0x80) { in GetUnwindPlan() 150 if (byte1 == 0x80 && byte2 == 0) { in GetUnwindPlan() 166 } else if ((byte1 & 0xff) == 0x9d) { in GetUnwindPlan() 181 uint8_t n = byte1 & 0x7; in GetUnwindPlan() 189 uint8_t n = byte1 & 0x7; in GetUnwindPlan() 252 uint8_t n = byte1 & 0x07; in GetUnwindPlan() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | bswap_tree.ll | 28 %byte1 = and i32 %x, 65280 ; 0x0000ff00 32 %tmp1 = lshr i32 %byte1, 8 60 %byte1 = shl i32 %x, 8 64 %tmp1 = and i32 %byte1, 65280 ; 0x0000ff00
|
| H A D | bswap_tree2.ll | 39 %byte1 = and i32 %x, 65280 ; 0x0000ff00 43 %tmp1 = lshr i32 %byte1, 8 85 %byte1 = lshr i32 %x, 8 89 %tmp1 = and i32 %byte1, 65280 ; 0x0000ff00
|
| H A D | unfold-masked-merge-scalar-constmask-lowhigh.ll | 7 ; X: [byte1][byte0]
|
| H A D | unfold-masked-merge-scalar-constmask-innerouter.ll | 8 ; Y: [byte2][byte1]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | prelegalizer-combiner-load-or-pattern.mir | 60 %byte1:_(s32) = nuw G_SHL %elt1, %cst_8(s32) 73 %or1:_(s32) = G_OR %byte0, %byte1 129 %or1:_(s32) = G_OR %byte0, %byte1 198 %or1:_(s32) = G_OR %byte0, %byte1 456 %or1:_(s32) = G_OR %byte0, %byte1 518 %or1:_(s32) = G_OR %byte0, %byte1 578 %or1:_(s32) = G_OR %byte0, %byte1 639 %or1:_(s32) = G_OR %byte0, %byte1 1046 %or1:_(s32) = G_OR %byte0, %byte1 1133 %or1:_(s32) = G_OR %byte0, %byte1 [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86Disassembler.cpp | 329 uint8_t byte1, byte2; in readPrefixes() local 330 if (consume(insn, byte1)) { in readPrefixes() 350 insn->vectorExtensionPrefix[1] = byte1; in readPrefixes() 376 uint8_t byte1; in readPrefixes() local 377 if (peek(insn, byte1)) { in readPrefixes() 382 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) in readPrefixes() 407 uint8_t byte1; in readPrefixes() local 408 if (peek(insn, byte1)) { in readPrefixes() 413 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) in readPrefixes() 439 uint8_t byte1; in readPrefixes() local [all …]
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | rewrite-modern-block.mm | 8 char byte1; field
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | branch-06.ll | 160 %byte1 = load i8, i8 *%targetptr1 162 %ext1 = zext i8 %byte1 to i32
|
| H A D | vec-combine-02.ll | 174 %byte1 = extractelement <16 x i8> %vec, i32 7 179 store i8 %byte1, i8 *%ptr1
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | unfold-masked-merge-scalar-constmask-lowhigh.ll | 6 ; X: [byte1][byte0]
|
| H A D | unfold-masked-merge-scalar-constmask-innerouter.ll | 7 ; Y: [byte2][byte1]
|