Home
last modified time | relevance | path

Searched refs:Udiv (Results 1 – 5 of 5) sorted by relevance

/external/vixl/test/
Dtest-assembler-a64.cc1377 __ Udiv(w0, w16, w16); in TEST() local
1378 __ Udiv(w1, w17, w16); in TEST() local
1383 __ Udiv(x5, x16, x16); in TEST() local
1384 __ Udiv(x6, x17, x18); in TEST() local
1389 __ Udiv(w10, w19, w21); in TEST() local
1391 __ Udiv(x12, x19, x21); in TEST() local
1393 __ Udiv(x14, x20, x21); in TEST() local
1396 __ Udiv(w22, w19, w17); in TEST() local
1398 __ Udiv(x24, x20, x18); in TEST() local
1401 __ Udiv(x26, x16, x21); in TEST() local
[all …]
/external/chromium_org/v8/test/cctest/
Dtest-assembler-arm64.cc1434 __ Udiv(w0, w16, w16); in TEST() local
1435 __ Udiv(w1, w17, w16); in TEST() local
1440 __ Udiv(x5, x16, x16); in TEST() local
1441 __ Udiv(x6, x17, x18); in TEST() local
1446 __ Udiv(w10, w19, w21); in TEST() local
1448 __ Udiv(x12, x19, x21); in TEST() local
1450 __ Udiv(x14, x20, x21); in TEST() local
1453 __ Udiv(w22, w19, w17); in TEST() local
1455 __ Udiv(x24, x20, x18); in TEST() local
1458 __ Udiv(x26, x16, x21); in TEST() local
[all …]
/external/vixl/src/a64/
Dmacro-assembler-a64.h1028 void Udiv(const Register& rd, const Register& rn, const Register& rm) { in Udiv() function
/external/chromium_org/v8/src/arm64/
Dmacro-assembler-arm64-inl.h1192 void MacroAssembler::Udiv(const Register& rd, in Udiv() function
Dmacro-assembler-arm64.h475 inline void Udiv(const Register& rd, const Register& rn, const Register& rm);