Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_thumb2.cc192 int32_t encoding = B31 | B30 | B29 | B28 | B27 | B25 | B24 | in mul()
211 int32_t encoding = B31 | B30 | B29 | B28 | B27 | B25 | B24 | in mla()
229 int32_t encoding = B31 | B30 | B29 | B28 | B27 | B25 | B24 | in mls()
247 int32_t encoding = B31 | B30 | B29 | B28 | B27 | B25 | B24 | B23 | in umull()
264 int32_t encoding = B31 | B30 | B29 | B28 | B27 | B25 | B24 | B23 | B20 | in sdiv()
281 int32_t encoding = B31 | B30 | B29 | B28 | B27 | B25 | B24 | B23 | B21 | B20 | in udiv()
302 int32_t encoding = B31 | B30 | B29 | B28 | B25 | in sbfx()
323 int32_t encoding = B31 | B30 | B29 | B28 | B25 | in ubfx()
851 (set_cc ? B20 : B25) | in Emit32BitDataProcessing()
874 encoding = B31 | B30 | B29 | B27 | B25 | in Emit32BitDataProcessing()
[all …]
Dassembler_arm32.cc215 int32_t encoding = B26 | B25 | B24 | B20 | in sdiv()
231 int32_t encoding = B26 | B25 | B24 | B21 | B20 | in udiv()
251 B26 | B25 | B24 | B23 | B21 | in sbfx()
270 B26 | B25 | B24 | B23 | B22 | B21 | in ubfx()
748 B25 | B24 | ((imm16 >> 12) << 16) | in movw()
757 B25 | B24 | B22 | ((imm16 >> 12) << 16) | in movt()
868 B25 | B24 | B21 | (0xf << 12); in nop()
880 B27 | B26 | B25 | in vmovsr()
895 B27 | B26 | B25 | B20 | in vmovrs()
1094 B27 | B26 | B25 | B11 | B9 | opcode | in EmitVFPsss()
[all …]
Dassembler_arm.cc179 encoding = am_ | static_cast<uint32_t>(rm_) | shift << 5 | offset_ << 7 | B25; in encodingArm()
Dassembler_arm.h301 B25 = 1 << 25, enumerator