Searched refs:cinv (Results 1 - 10 of 10) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Dbasic-a64-diagnostics.s1414 cinv w3, wsp, ne
1415 cinv sp, x9, eq
1416 cinv w8, x7, nv
1418 // CHECK-ERROR-NEXT: cinv w3, wsp, ne
1421 // CHECK-ERROR-NEXT: cinv sp, x9, eq
1424 // CHECK-ERROR-NEXT: cinv w8, x7, nv
H A Dbasic-a64-instructions.s1425 cinv w3, w5, gt
1426 cinv wzr, w4, le
1427 cinv w9, wzr, lt
1428 // CHECK: cinv w3, w5, gt // encoding: [0xa3,0xd0,0x85,0x5a]
1429 // CHECK: cinv wzr, w4, le // encoding: [0x9f,0xc0,0x84,0x5a]
1432 cinv x3, x5, gt
1433 cinv xzr, x4, le
1434 cinv x9, xzr, lt
1435 // CHECK: cinv x3, x5, gt // encoding: [0xa3,0xd0,0x85,0xda]
1436 // CHECK: cinv xz
[all...]
/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h427 cinv(rd, rn, cond);
H A Dassembler-arm64.h1269 void cinv(const Register& rd, const Register& rn, Condition cond);
H A Dassembler-arm64.cc1381 void Assembler::cinv(const Register &rd, const Register &rn, Condition cond) { function in class:v8::internal::Assembler
/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc93 __ cinv(w21, w22, eq);
94 __ cinv(w21, w22, ne);
95 __ cinv(x23, x24, cc);
96 __ cinv(x23, x24, cs);
H A Dtest-disasm-aarch64.cc2171 COMPARE(cinv(w1, w2, eq), "cinv w1, w2, eq");
2172 COMPARE(cinv(x3, x4, ne), "cinv x3, x4, ne");
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h851 void cinv(const Register& rd, const Register& rn, Condition cond);
H A Dmacro-assembler-aarch64.h1084 cinv(rd, rn, cond);
H A Dassembler-aarch64.cc688 void Assembler::cinv(const Register& rd, const Register& rn, Condition cond) { function in class:vixl::aarch64::Assembler

Completed in 3586 milliseconds