Home
last modified time | relevance | path

Searched refs:cinv (Results 1 – 16 of 16) sorted by relevance

/external/svox/pico/lib/
Dpicokdt.c2052 picoos_int16 cinv; in picokdt_dtG2PconstructInVec() local
2092 cinv = 4; in picokdt_dtG2PconstructInVec()
2094 if ((utfcount > cinv) && (utfcount <= utfgraphlen)) { in picokdt_dtG2PconstructInVec()
2097 if (!kdtGetUTF8char(graph, graphlen, utfcount-cinv-1, in picokdt_dtG2PconstructInVec()
2099 PICODBG_WARN(("problem getting UTF char %d", utfcount-cinv-1)); in picokdt_dtG2PconstructInVec()
2104 if ((utfcount == cinv) && (iAttr != 4)) { in picokdt_dtG2PconstructInVec()
2125 cinv--; in picokdt_dtG2PconstructInVec()
2129 cinv = utfgraphlen; in picokdt_dtG2PconstructInVec()
2131 if ((utfcount > 0) && (utfcount <= (cinv - 1))) { in picokdt_dtG2PconstructInVec()
2133 if (!kdtGetUTF8char(graph, graphlen, utfcount+utfgraphlen-cinv, in picokdt_dtG2PconstructInVec()
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-csel.ll28 ; CHECK: cinv w{{[0-9]+}}, w{{[0-9]+}}, ne
116 ; CHECK: cinv w0, w[[REG]], eq
127 ; CHECK: cinv x0, x[[REG]], eq
/external/llvm/test/MC/AArch64/
Darm64-aliases.s302 cinv w1, w2, mi
303 cinv x1, x2, mi
311 ; CHECK: cinv w1, w2, mi
312 ; CHECK: cinv x1, x2, mi
Dbasic-a64-diagnostics.s1414 cinv w3, wsp, ne
1415 cinv sp, x9, eq
1416 cinv w8, x7, nv
Dbasic-a64-instructions.s1425 cinv w3, w5, gt
1426 cinv wzr, w4, le
1427 cinv w9, wzr, lt
1432 cinv x3, x5, gt
1433 cinv xzr, x4, le
1434 cinv x9, xzr, lt
/external/v8/test/cctest/
Dtest-disasm-arm64.cc1293 COMPARE(cinv(w1, w2, eq), "cinv w1, w2, eq"); in TEST_()
1294 COMPARE(cinv(x3, x4, ne), "cinv x3, x4, ne"); in TEST_()
/external/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-instructions.txt977 # CHECK: cinv w3, w5, gt
978 # CHECK: cinv wzr, w4, le
980 # CHECK: cinv x3, x5, gt
981 # CHECK: cinv xzr, x4, le
983 # "cinv x1, x0, nv" and "cinv w9, w8, al" are invalid aliases for these two
/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h411 cinv(rd, rn, cond); in Cinv()
Dassembler-arm64.h1262 void cinv(const Register& rd, const Register& rn, Condition cond);
Dassembler-arm64.cc1379 void Assembler::cinv(const Register &rd, const Register &rn, Condition cond) { in cinv() function in v8::internal::Assembler
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h1047 cinv(rd, rn, cond); in Cinv()
Dassembler-a64.h1591 void cinv(const Register& rd, const Register& rn, Condition cond);
Dassembler-a64.cc1183 void Assembler::cinv(const Register &rd, const Register &rn, Condition cond) { in cinv() function in vixl::Assembler
/external/vixl/doc/
Dsupported-instructions.md278 void cinv(const Register& rd, const Register& rn, Condition cond)
/external/vixl/test/
Dtest-disasm-a64.cc2182 COMPARE(cinv(w1, w2, eq), "cinv w1, w2, eq"); in TEST()
2183 COMPARE(cinv(x3, x4, ne), "cinv x3, x4, ne"); in TEST()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1111 def : InstAlias<"cinv $dst, $src, $cc",
1113 def : InstAlias<"cinv $dst, $src, $cc",