Searched refs:CVAU (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSystemOperands.inc | 44 CVAU = 7129, 1204 { "CVAU", 0x1BD9, {} }, // 5 1221 { "CVAU", 5 },
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 384 CVAU = CacheOpEncoder<3, 7, 11, 1>::value, enumerator
|
D | disasm-aarch64.cc | 2112 case CVAU: in VisitSystem()
|
D | simulator-aarch64.cc | 3612 case CVAU: in SysOp_W()
|
D | assembler-aarch64.cc | 1768 VIXL_ASSERT((op == CVAC) || (op == CVAU) || (op == CIVAC) || (op == ZVA)); in dc()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SystemOperands.td | 99 def : DC<"CVAU", 0b01, 0b011, 0b0111, 0b1011, 0b001>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64SystemOperands.td | 101 def : DC<"CVAU", 0b011, 0b0111, 0b1011, 0b001>;
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 3199 COMPARE(dc(CVAU, x3), "dc cvau, x3"); in TEST()
|
D | test-assembler-aarch64.cc | 21795 __ Dc(CVAU, x21); in TEST()
|