Searched refs:kNoAttribute (Results 1 – 3 of 3) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.h | 109 kNoAttribute = 0, enumerator
|
D | disasm-aarch32.cc | 1370 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 …]
|
D | disasm-aarch32.h | 256 current_instruction_attributes_(kNoAttribute) {} in DisassemblerStream()
|