/external/swiftshader/third_party/subzero/crosstest/ |
D | test_arith.def | 25 X(Udiv, /, 1, 0) \
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.def | 42 X(Udiv, "udiv", 0) \
|
D | IceTargetLoweringARM32.cpp | 466 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()
|
D | IceInstARM32.h | 424 Udiv, enumerator 1018 using InstARM32Udiv = InstARM32ThreeAddrGPR<InstARM32::Udiv>;
|
D | IceConverter.cpp | 283 return convertArithInstruction(Instr, Ice::InstArithmetic::Udiv); in convertInstruction()
|
D | IceTargetLoweringX86BaseImpl.h | 2013 case InstArithmetic::Udiv: 2118 case InstArithmetic::Udiv: 2241 case InstArithmetic::Udiv: 2371 case InstArithmetic::Udiv: { 7409 case InstArithmetic::Udiv: 7441 case InstArithmetic::Udiv:
|
D | WasmTranslator.cpp | 442 Control()->appendInst(InstArithmetic::create(Func, InstArithmetic::Udiv, in Binop()
|
D | IceTargetLoweringMIPS32.cpp | 374 case InstArithmetic::Udiv: in genTargetHelperCallFor() 2726 case InstArithmetic::Udiv: in lowerInt64Arithmetic() 2914 case InstArithmetic::Udiv: { in lowerArithmetic()
|
D | PNaClTranslator.cpp | 1784 Op = Ice::InstArithmetic::Udiv; in convertBinopOpcode()
|
D | IceInstARM32.cpp | 3501 template class InstARM32ThreeAddrGPR<InstARM32::Udiv>;
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 1427 __ 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 …]
|
D | test-disasm-sve-aarch64.cc | 2397 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()
|
D | test-assembler-sve-aarch64.cc | 5090 ArithPredicatedFn fn = &MacroAssembler::Udiv; in TEST_SVE()
|
/external/vixl/src/aarch64/ |
D | macro-assembler-sve-aarch64.cc | 1076 void MacroAssembler::Udiv(const ZRegister& zd, in Udiv() function in vixl::aarch64::MacroAssembler
|
D | macro-assembler-aarch64.h | 2605 void Udiv(const Register& rd, const Register& rn, const Register& rm) { in Udiv() function 6080 void Udiv(const ZRegister& zd,
|
/external/vixl/test/aarch32/ |
D | test-simulator-cond-rd-rn-rm-t32.cc | 142 M(Udiv) \
|
D | test-simulator-cond-rd-rn-rm-a32.cc | 143 M(Udiv) \
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 4825 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/ |
D | SubzeroReactor.cpp | 1251 return createArithmetic(Ice::InstArithmetic::Udiv, lhs, rhs); in createUDiv()
|