Home
last modified time | relevance | path

Searched refs:byte2 (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DArmUnwindInfo.cpp150 if (byte1 == 0x80 && byte2 == 0) { in GetUnwindPlan()
158 uint16_t regs = ((byte1 & 0x0f) << 8) | byte2; in GetUnwindPlan()
206 if ((byte2 & 0xff) == 0x00) { in GetUnwindPlan()
210 } else if ((byte2 & 0xf0) == 0x00) { in GetUnwindPlan()
214 if (byte2 & (1 << i)) { in GetUnwindPlan()
237 uint8_t s = (byte2 & 0xf0) >> 4; in GetUnwindPlan()
238 uint8_t c = (byte2 & 0x0f) >> 0; in GetUnwindPlan()
283 uint8_t s = (byte2 & 0xf0) >> 4; in GetUnwindPlan()
284 uint8_t c = (byte2 & 0x0f) >> 0; in GetUnwindPlan()
297 uint8_t s = (byte2 & 0xf0) >> 4; in GetUnwindPlan()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dbswap_tree.ll29 %byte2 = and i32 %x, 16711680 ; 0x00ff0000
33 %tmp2 = shl i32 %byte2, 8
63 %byte2 = lshr i32 %x, 8
67 %tmp2 = and i32 %byte2, 16711680 ; 0x00ff0000
92 %byte2 = and i32 %x, 16711680 ; 0x00ff0000
94 %1 = shl i32 %byte2, 8
H A Dbswap_tree2.ll40 %byte2 = and i32 %x, 16711680 ; 0x00ff0000
44 %tmp2 = shl i32 %byte2, 8
88 %byte2 = lshr i32 %x, 8
92 %tmp2 = and i32 %byte2, 16711680 ; 0x00ff0000
141 %byte2 = lshr i32 %integer, 8
145 %tmp2 = and i32 %byte2, 16711680 ; 0x00ff0000
H A Dunfold-masked-merge-scalar-constmask-lowhigh.ll8 ; Y: [byte3][byte2]
H A Dunfold-masked-merge-scalar-constmask-innerouter.ll8 ; Y: [byte2][byte1]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizer-combiner-load-or-pattern.mir61 %byte2:_(s32) = nuw G_SHL %elt2, %cst_16(s32)
74 %or2:_(s32) = G_OR %byte2, %byte3
130 %or2:_(s32) = G_OR %byte2, %byte3
199 %or2:_(s32) = G_OR %or1, %byte2
457 %or2:_(s32) = G_OR %byte2, %byte3
519 %or2:_(s32) = G_OR %byte2, %byte3
579 %or2:_(s32) = G_OR %byte2, %byte3
640 %or2:_(s32) = G_OR %byte2, %byte3
1020 ; BIG: %or2:_(s32) = G_OR %byte2, %byte3
1047 %or2:_(s32) = G_OR %byte2, %byte3
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dbranch-06.ll161 %byte2 = load i8, i8 *%targetptr2
163 %ext2 = zext i8 %byte2 to i32
H A Dvec-combine-02.ll175 %byte2 = extractelement <16 x i8> %vec, i32 8
180 store i8 %byte2, i8 *%ptr2
/llvm-project-15.0.7/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp329 uint8_t byte1, byte2; in readPrefixes() local
335 if (peek(insn, byte2)) { in readPrefixes()
341 ((~byte1 & 0x8) == 0x8) && ((byte2 & 0x4) == 0x4)) { in readPrefixes()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dunfold-masked-merge-scalar-constmask-lowhigh.ll7 ; Y: [byte3][byte2]
H A Dunfold-masked-merge-scalar-constmask-innerouter.ll7 ; Y: [byte2][byte1]