Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/crosstest/
Dtest_arith.def25 X(Udiv, /, 1, 0) \
/external/swiftshader/third_party/subzero/src/
DIceInst.def42 X(Udiv, "udiv", 0) \
DIceTargetLoweringARM32.cpp457 case InstArithmetic::Udiv: in genTargetHelperCallFor()
475 case InstArithmetic::Udiv: in genTargetHelperCallFor()
507 case InstArithmetic::Udiv: in genTargetHelperCallFor()
2728 case InstArithmetic::Udiv: in lowerInt64Arithmetic()
2941 case InstArithmetic::Udiv: { in lowerArithmetic()
3316 case InstArithmetic::Udiv: in lowerArithmetic()
5459 case InstArithmetic::Udiv: in matchShiftedOffsetReg()
5468 NewShiftKind = ArithInst->getOp() == InstArithmetic::Udiv in matchShiftedOffsetReg()
DIceInstARM32.h423 Udiv, enumerator
1017 using InstARM32Udiv = InstARM32ThreeAddrGPR<InstARM32::Udiv>;
DIceConverter.cpp283 return convertArithInstruction(Instr, Ice::InstArithmetic::Udiv); in convertInstruction()
DIceTargetLoweringX8632.cpp1767 case InstArithmetic::Udiv: in lowerArithmetic()
1872 case InstArithmetic::Udiv: in lowerArithmetic()
1995 case InstArithmetic::Udiv: in lowerArithmetic()
2124 case InstArithmetic::Udiv: { in lowerArithmetic()
6859 case InstArithmetic::Udiv: in genTargetHelperCallFor()
6891 case InstArithmetic::Udiv: in genTargetHelperCallFor()
DWasmTranslator.cpp442 Control()->appendInst(InstArithmetic::create(Func, InstArithmetic::Udiv, in Binop()
DIceTargetLoweringMIPS32.cpp372 case InstArithmetic::Udiv: in genTargetHelperCallFor()
2693 case InstArithmetic::Udiv: in lowerInt64Arithmetic()
2881 case InstArithmetic::Udiv: { in lowerArithmetic()
DIceTargetLoweringX8664.cpp1795 case InstArithmetic::Udiv: in lowerArithmetic()
1924 case InstArithmetic::Udiv: { in lowerArithmetic()
6179 case InstArithmetic::Udiv: in genTargetHelperCallFor()
DPNaClTranslator.cpp1784 Op = Ice::InstArithmetic::Udiv; in convertBinopOpcode()
DIceInstARM32.cpp3420 template class InstARM32ThreeAddrGPR<InstARM32::Udiv>;
/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 …]
Dtest-disasm-sve-aarch64.cc2467 COMPARE_MACRO(Udiv(z27.VnS(), p5.Merging(), z16.VnS(), z27.VnS()), in TEST()
2469 COMPARE_MACRO(Udiv(z13.VnD(), p4.Merging(), z22.VnD(), z11.VnD()), in TEST()
Dtest-assembler-sve-aarch64.cc5027 ArithPredicatedFn fn = &MacroAssembler::Udiv; in TEST_SVE()
/external/vixl/test/aarch32/
Dtest-simulator-cond-rd-rn-rm-t32.cc142 M(Udiv) \
Dtest-simulator-cond-rd-rn-rm-a32.cc143 M(Udiv) \
/external/vixl/src/aarch64/
Dmacro-assembler-sve-aarch64.cc678 V(Udiv, udiv) \
Dmacro-assembler-aarch64.h2602 void Udiv(const Register& rd, const Register& rn, const Register& rm) { in Udiv() function
6103 void Udiv(const ZRegister& zd,
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h4840 void Udiv(Condition cond, Register rd, Register rn, Register rm) { in Udiv() function
4850 void Udiv(Register rd, Register rn, Register rm) { Udiv(al, rd, rn, rm); } in Udiv() function
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1238 return createArithmetic(Ice::InstArithmetic::Udiv, lhs, rhs); in createUDiv()