Home
last modified time | relevance | path

Searched refs:opA (Results 1 – 2 of 2) sorted by relevance

/art/disassembler/
Ddisassembler_arm.cc1761 uint16_t opA = (instr >> 12) & 0xF; in DumpThumb16() local
1762 if (opA == 0x5) { in DumpThumb16()
1778 } else if (opA == 9) { in DumpThumb16()
1789 switch (opA) { in DumpThumb16()
1861 uint16_t opA = (instr >> 4) & 0xF; in DumpThumb16() local
1864 switch (opA) { in DumpThumb16()
1872 uint32_t first_cond = opA; in DumpThumb16()
1904 uint16_t opA = instr >> 12; in DumpThumb16() local
1906 switch (opA) { in DumpThumb16()
/art/compiler/utils/arm/
Dassembler_thumb2.cc1303 uint8_t opA = 0; in EmitLoadStore() local
1307 opA = 0b0111; in EmitLoadStore()
1309 opA = 0b1000; in EmitLoadStore()
1312 opA = 0b1001; in EmitLoadStore()
1315 opA = 0b0110; in EmitLoadStore()
1318 int16_t encoding = opA << 12 | in EmitLoadStore()