/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 205 __ Udiv(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() local 208 __ Udiv(i.OutputRegister32(), i.InputRegister32(0), i.InputRegister32(1)); in AssembleArchInstruction() local 228 __ Udiv(temp, i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() local 235 __ Udiv(temp, i.InputRegister32(0), i.InputRegister32(1)); in AssembleArchInstruction() local
|
/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 1445 __ Udiv(w0, w16, w16); in TEST() local 1446 __ Udiv(w1, w17, w16); in TEST() local 1451 __ Udiv(x5, x16, x16); in TEST() local 1452 __ Udiv(x6, x17, x18); in TEST() local 1457 __ Udiv(w10, w19, w21); in TEST() local 1459 __ Udiv(x12, x19, x21); in TEST() local 1461 __ Udiv(x14, x20, x21); in TEST() local 1464 __ Udiv(w22, w19, w17); in TEST() local 1466 __ Udiv(x24, x20, x18); in TEST() local 1469 __ Udiv(x26, x16, x21); in TEST() local [all …]
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 1180 void MacroAssembler::Udiv(const Register& rd, in Udiv() function
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 1469 __ Udiv(w0, w16, w16); in TEST() local 1470 __ Udiv(w1, w17, w16); in TEST() local 1475 __ Udiv(x5, x16, x16); in TEST() local 1476 __ Udiv(x6, x17, x18); in TEST() local 1481 __ Udiv(w10, w19, w21); in TEST() local 1483 __ Udiv(x12, x19, x21); in TEST() local 1485 __ Udiv(x14, x20, x21); in TEST() local 1488 __ Udiv(w22, w19, w17); in TEST() local 1490 __ Udiv(x24, x20, x18); in TEST() local 1493 __ Udiv(x26, x16, x21); in TEST() local [all …]
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1997 void Udiv(const Register& rd, const Register& rn, const Register& rm) { in Udiv() function
|