/external/llvm/test/MC/AArch64/ |
D | arm64-aliases.s | 298 csetm w1, ne 299 csetm x1, ne 307 ; CHECK: csetm w1, ne 308 ; CHECK: csetm x1, ne
|
D | basic-a64-diagnostics.s | 1385 csetm sp, ge 1387 csetm x6, nv
|
D | basic-a64-instructions.s | 1406 csetm w20, ne 1407 csetm x30, ge
|
/external/llvm/test/CodeGen/AArch64/ |
D | cond-sel.ll | 206 ; CHECK: csetm {{w[0-9]+}}, eq 212 ; CHECK: csetm {{x[0-9]+}}, ls
|
D | arm64-neon-select_cc.ll | 215 ; CHECK: csetm [[MASK:w[0-9]+]], ne
|
/external/v8/test/cctest/ |
D | test-disasm-arm64.cc | 1289 COMPARE(csetm(w26, ge), "csetm w26, ge"); in TEST_() 1290 COMPARE(csetm(cp, lt), "csetm cp, lt"); in TEST_()
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-instructions.txt | 947 # CHECK: csetm w20, ne 948 # CHECK: csetm x30, ge 949 # "cset w2, nv" and "csetm x3, al" are invalid aliases for these two 979 # CHECK: csetm w9, lt 982 # CHECK: csetm x9, lt
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 477 csetm(rd, cond); in Csetm()
|
D | assembler-arm64.h | 1256 void csetm(const Register& rd, Condition cond);
|
D | assembler-arm64.cc | 1366 void Assembler::csetm(const Register &rd, Condition cond) { in csetm() function in v8::internal::Assembler
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1085 csetm(rd, cond); in Csetm()
|
D | assembler-a64.h | 1585 void csetm(const Register& rd, Condition cond);
|
D | assembler-a64.cc | 1170 void Assembler::csetm(const Register &rd, Condition cond) { in csetm() function in vixl::Assembler
|
/external/vixl/doc/ |
D | supported-instructions.md | 416 void csetm(const Register& rd, Condition cond)
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 2178 COMPARE(csetm(w26, ge), "csetm w26, ge"); in TEST() 2179 COMPARE(csetm(x27, lt), "csetm x27, lt"); in TEST()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1101 def : InstAlias<"csetm $dst, $cc", 1103 def : InstAlias<"csetm $dst, $cc",
|