Searched refs:CIVAC (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSystemOperands.inc | 45 CIVAC = 7153, 1205 { "CIVAC", 0x1BF1, {} }, // 6 1217 { "CIVAC", 6 },
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 385 CIVAC = CacheOpEncoder<3, 7, 14, 1>::value, enumerator
|
D | disasm-aarch64.cc | 2116 case CIVAC: in VisitSystem()
|
D | simulator-aarch64.cc | 3613 case CIVAC: { 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 | 100 def : DC<"CIVAC", 0b01, 0b011, 0b0111, 0b1110, 0b001>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64SystemOperands.td | 102 def : DC<"CIVAC", 0b011, 0b0111, 0b1110, 0b001>;
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 3200 COMPARE(dc(CIVAC, x4), "dc civac, x4"); in TEST()
|
D | test-cpu-features-aarch64.cc | 262 TEST_NONE(dc_0, dc(CIVAC, x0))
|
D | test-assembler-aarch64.cc | 21797 __ Dc(CIVAC, x22); in TEST()
|