Searched refs:Udiv (Results 1 – 5 of 5) sorted by relevance
/external/vixl/test/ |
D | test-assembler-a64.cc | 1377 __ 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/ |
D | test-assembler-arm64.cc | 1434 __ 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/ |
D | macro-assembler-a64.h | 1028 void Udiv(const Register& rd, const Register& rn, const Register& rm) { in Udiv() function
|
/external/chromium_org/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 1192 void MacroAssembler::Udiv(const Register& rd, in Udiv() function
|
D | macro-assembler-arm64.h | 475 inline void Udiv(const Register& rd, const Register& rn, const Register& rm);
|