Home
last modified time | relevance | path

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

/external/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 …]
/external/vixl/src/aarch64/
Dmacro-assembler-sve-aarch64.cc1076 void MacroAssembler::Udiv(const ZRegister& zd, in Udiv() function in vixl::aarch64::MacroAssembler
Dmacro-assembler-aarch64.h2605 void Udiv(const Register& rd, const Register& rn, const Register& rm) { in Udiv() function
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h424 Udiv, enumerator
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h4825 void Udiv(Condition cond, Register rd, Register rn, Register rm) { in Udiv() function
4835 void Udiv(Register rd, Register rn, Register rm) { Udiv(al, rd, rn, rm); } in Udiv() function