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

/external/svox/pico/lib/
H A Dpicokdt.c2052 picoos_int16 cinv; local
2092 cinv = 4;
2094 if ((utfcount > cinv) && (utfcount <= utfgraphlen)) {
2096 /* utf8char[0] = graph[count - cinv - 1];*/
2097 if (!kdtGetUTF8char(graph, graphlen, utfcount-cinv-1,
2099 PICODBG_WARN(("problem getting UTF char %d", utfcount-cinv-1));
2104 if ((utfcount == cinv) && (iAttr != 4)) {
2125 cinv--;
2129 cinv = utfgraphlen;
2131 if ((utfcount > 0) && (utfcount <= (cinv
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-aliases.s302 cinv w1, w2, mi
303 cinv x1, x2, mi
311 ; CHECK: cinv w1, w2, mi
312 ; CHECK: cinv x1, x2, mi
H A Dbasic-a64-diagnostics.s1397 cinv w3, wsp, ne
1398 cinv sp, x9, eq
1399 cinv w8, x7, nv
1401 // CHECK-ERROR-NEXT: cinv w3, wsp, ne
1404 // CHECK-ERROR-NEXT: cinv sp, x9, eq
1407 // CHECK-ERROR-NEXT: cinv w8, x7, nv
H A Dbasic-a64-instructions.s1403 cinv w3, w5, gt
1404 cinv wzr, w4, le
1405 cinv w9, wzr, lt
1406 // CHECK: cinv w3, w5, gt // encoding: [0xa3,0xd0,0x85,0x5a]
1407 // CHECK: cinv wzr, w4, le // encoding: [0x9f,0xc0,0x84,0x5a]
1410 cinv x3, x5, gt
1411 cinv xzr, x4, le
1412 cinv x9, xzr, lt
1413 // CHECK: cinv x3, x5, gt // encoding: [0xa3,0xd0,0x85,0xda]
1414 // CHECK: cinv xz
[all...]
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h1366 void cinv(const Register& rd, const Register& rn, Condition cond);
H A Dmacro-assembler-arm64-inl.h411 cinv(rd, rn, cond);
H A Dassembler-arm64.cc1380 void Assembler::cinv(const Register &rd, const Register &rn, Condition cond) { function in class:v8::internal::Assembler
/external/vixl/src/a64/
H A Dassembler-a64.h1018 void cinv(const Register& rd, const Register& rn, Condition cond);
H A Dmacro-assembler-a64.h449 cinv(rd, rn, cond);
H A Dassembler-a64.cc833 void Assembler::cinv(const Register &rd, const Register &rn, Condition cond) { function in class:vixl::Assembler
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc1300 COMPARE(cinv(w1, w2, eq), "cinv w1, w2, eq");
1301 COMPARE(cinv(x3, x4, ne), "cinv x3, x4, ne");
/external/vixl/test/
H A Dtest-disasm-a64.cc1258 COMPARE(cinv(w1, w2, eq), "cinv w1, w2, eq");
1259 COMPARE(cinv(x3, x4, ne), "cinv x3, x4, ne");

Completed in 220 milliseconds