Home
last modified time | relevance | path

Searched refs:B10 (Results 1 – 3 of 3) sorted by relevance

/art/test/533-regression-debugphi/smali/
DTestCase.smali55 if-nez p2, :B10
62 :B10
/art/compiler/utils/arm/
Dassembler_thumb2.cc379 return B14 | B10 | (static_cast<int32_t>(rm) << 3) | in AddRdnRmEncoding16()
2489 encoding |= B10; in EmitLoadStore()
2511 int16_t encoding = B15 | B13 | B12 | (load ? B11 : 0) | B10 | in EmitMultiMemOp()
2847 B11 | B10 | B9 | B8; in nop()
3189 (B10 | B8) | in vcntd()
3213 B11 | B10 | B9 | B8 | in svc()
3222 B11 | B10 | B9 | in bkpt()
3281 B11 | B10 | B9 | B8 | in it()
3321 int16_t encoding = B14 | B10 | B9 | B8 | B7 | static_cast<int16_t>(rm) << 3; in blx()
3329 int16_t encoding = B14 | B10 | B9 | B8 | static_cast<int16_t>(rm) << 3; in bx()
Dassembler_arm.h344 B10 = 1 << 10, enumerator