Home
last modified time | relevance | path

Searched defs:Udiv (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc1327 __ Udiv(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() local
1330 __ Udiv(i.OutputRegister32(), i.InputRegister32(0), i.InputRegister32(1)); in AssembleArchInstruction() local
1350 __ Udiv(temp, i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() local
1357 __ Udiv(temp, i.InputRegister32(0), i.InputRegister32(1)); in AssembleArchInstruction() local
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc1427 __ Udiv(w0, w16, w16); in TEST() local
1428 __ Udiv(w1, w17, w16); in TEST() local
1433 __ Udiv(x5, x16, x16); in TEST() local
1434 __ Udiv(x6, x17, x18); in TEST() local
1439 __ Udiv(w10, w19, w21); in TEST() local
1441 __ Udiv(x12, x19, x21); in TEST() local
1443 __ Udiv(x14, x20, x21); in TEST() local
1446 __ Udiv(w22, w19, w17); in TEST() local
1448 __ Udiv(x24, x20, x18); in TEST() local
1451 __ Udiv(x26, x16, x21); in TEST() local
[all …]
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64-inl.h997 void TurboAssembler::Udiv(const Register& rd, const Register& rn, in Udiv() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.h423 Udiv, enumerator
/third_party/vixl/src/aarch32/
Dmacro-assembler-aarch32.h5821 void Udiv(Condition cond, Register rd, Register rn, Register rm) { in Assembler() function
5835 void Udiv(Register rd, Register rn, Register rm) { Udiv(al, rd, rn, rm); } in Assembler() function
/third_party/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2729 void Udiv(const Register& rd, const Register& rn, const Register& rm) { in Udiv() function