Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.h109 kNoAttribute = 0, enumerator
Ddisasm-aarch32.cc1370 os().SetCurrentInstruction(kClrex, kNoAttribute); in clrex()
1375 os().SetCurrentInstruction(kClz, kNoAttribute); in clz()
1402 os().SetCurrentInstruction(kCrc32b, kNoAttribute); in crc32b()
1411 os().SetCurrentInstruction(kCrc32cb, kNoAttribute); in crc32cb()
1420 os().SetCurrentInstruction(kCrc32ch, kNoAttribute); in crc32ch()
1429 os().SetCurrentInstruction(kCrc32cw, kNoAttribute); in crc32cw()
1438 os().SetCurrentInstruction(kCrc32h, kNoAttribute); in crc32h()
1447 os().SetCurrentInstruction(kCrc32w, kNoAttribute); in crc32w()
1453 os().SetCurrentInstruction(kDmb, kNoAttribute); in dmb()
1458 os().SetCurrentInstruction(kDsb, kNoAttribute); in dsb()
[all …]
Ddisasm-aarch32.h256 current_instruction_attributes_(kNoAttribute) {} in DisassemblerStream()