Home
last modified time | relevance | path

Searched refs:B4 (Results 1 – 4 of 4) sorted by relevance

/art/test/517-checker-builder-fallthrough/smali/
DTestCase.smali32 ## CHECK: successors "B4"
38 ## CHECK: name "B4"
/art/test/533-regression-debugphi/smali/
DTestCase.smali25 :B4
51 goto :B4
/art/compiler/utils/arm/
Dassembler_thumb2.cc779 uint32_t imm3 = (lsb & (B4 | B3 | B2)) >> 2; // Bits 2-4 of `lsb`. in sbfx()
800 uint32_t imm3 = (lsb & (B4 | B3 | B2)) >> 2; // Bits 2-4 of `lsb`. in ubfx()
2798 B6 | B5 | B4 | B3 | B2 | B1 | B0; in ldrexd()
2825 B6 | B5 | B4 | in strexd()
2862 ((static_cast<int32_t>(sn) & 1)*B7) | B4; in vmovsr()
2877 ((static_cast<int32_t>(sn) & 1)*B7) | B4; in vmovrs()
2897 ((static_cast<int32_t>(sm) & 1)*B5) | B4 | in vmovsrr()
2919 ((static_cast<int32_t>(sm) & 1)*B5) | B4 | in vmovrrs()
2939 ((static_cast<int32_t>(dm) >> 4)*B5) | B4 | in vmovdrr()
2960 ((static_cast<int32_t>(dm) >> 4)*B5) | B4 | in vmovrrd()
[all …]
Dassembler_arm.h338 B4 = 1 << 4, enumerator