Home
last modified time | relevance | path

Searched refs:Udiv (Results 1 – 19 of 19) 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.cpp466 case InstArithmetic::Udiv: in genTargetHelperCallFor()
484 case InstArithmetic::Udiv: in genTargetHelperCallFor()
516 case InstArithmetic::Udiv: in genTargetHelperCallFor()
2912 case InstArithmetic::Udiv: in lowerInt64Arithmetic()
3125 case InstArithmetic::Udiv: { in lowerArithmetic()
3500 case InstArithmetic::Udiv: in lowerArithmetic()
5655 case InstArithmetic::Udiv: in matchShiftedOffsetReg()
5664 NewShiftKind = ArithInst->getOp() == InstArithmetic::Udiv in matchShiftedOffsetReg()
DIceInstARM32.h424 Udiv, enumerator
1018 using InstARM32Udiv = InstARM32ThreeAddrGPR<InstARM32::Udiv>;
DIceConverter.cpp283 return convertArithInstruction(Instr, Ice::InstArithmetic::Udiv); in convertInstruction()
DIceTargetLoweringX86BaseImpl.h2013 case InstArithmetic::Udiv:
2118 case InstArithmetic::Udiv:
2241 case InstArithmetic::Udiv:
2371 case InstArithmetic::Udiv: {
7409 case InstArithmetic::Udiv:
7441 case InstArithmetic::Udiv:
DWasmTranslator.cpp442 Control()->appendInst(InstArithmetic::create(Func, InstArithmetic::Udiv, in Binop()
DIceTargetLoweringMIPS32.cpp374 case InstArithmetic::Udiv: in genTargetHelperCallFor()
2726 case InstArithmetic::Udiv: in lowerInt64Arithmetic()
2914 case InstArithmetic::Udiv: { in lowerArithmetic()
DPNaClTranslator.cpp1784 Op = Ice::InstArithmetic::Udiv; in convertBinopOpcode()
DIceInstARM32.cpp3501 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.cc2397 COMPARE_MACRO(Udiv(z27.VnS(), p5.Merging(), z16.VnS(), z27.VnS()), in TEST()
2399 COMPARE_MACRO(Udiv(z13.VnD(), p4.Merging(), z22.VnD(), z11.VnD()), in TEST()
Dtest-assembler-sve-aarch64.cc5090 ArithPredicatedFn fn = &MacroAssembler::Udiv; in TEST_SVE()
/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
6080 void Udiv(const ZRegister& zd,
/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/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
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1251 return createArithmetic(Ice::InstArithmetic::Udiv, lhs, rhs); in createUDiv()