/third_party/ffmpeg/libswresample/x86/ |
H A D | resample.asm | 475 idiv src_incrd 483 ; note that for imul/idiv, I need to move filter to edx/eax for each:
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.hpp | 257 void idiv(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
|
H A D | VertexProgram.cpp | 259 case Shader::OPCODE_IDIV: idiv(d, s0, s1); break; in program()
|
H A D | PixelProgram.cpp | 239 case Shader::OPCODE_IDIV: idiv(d, s0, s1); break; in applyShader()
|
H A D | ShaderCore.cpp | 848 void ShaderCore::idiv(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in idiv() function in sw::ShaderCore
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 435 #define IDIV_L(a) CHOICE(idivl a, idivl a, _LTOG idiv a) 436 #define IDIV_W(a) CHOICE(idivw a, idivw a, _WTOG idiv a) 1164 #define IDIV_L(a) idiv L_(a) 1165 #define IDIV_W(a) idiv W_(a) 1166 #define IDIV_B(a) idiv B_(a)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.h | 776 void idiv(Type Ty, GPRRegister reg); 777 void idiv(Type Ty, const AsmAddress &address);
|
H A D | IceAssemblerX8664.h | 772 void idiv(Type Ty, GPRRegister reg); 773 void idiv(Type Ty, const AsmAddress &address);
|
H A D | IceInstX8632.cpp | 1027 static const GPREmitterOneOp Emitter = {&Assembler::idiv, &Assembler::idiv}; in emitIAS()
|
H A D | IceInstX8664.cpp | 1019 static const GPREmitterOneOp Emitter = {&Assembler::idiv, &Assembler::idiv}; in emitIAS()
|
H A D | IceAssemblerX8632.cpp | 2387 void AssemblerX8632::idiv(Type Ty, GPRRegister reg) { 2398 void AssemblerX8632::idiv(Type Ty, const AsmAddress &addr) {
|
H A D | IceAssemblerX8664.cpp | 2523 void AssemblerX8664::idiv(Type Ty, GPRRegister reg) { 2535 void AssemblerX8664::idiv(Type Ty, const AsmAddress &addr) {
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 618 void idiv(Register src) { idiv(Operand(src)); } in idiv() function in v8::internal::Assembler 619 void idiv(Operand src);
|
H A D | assembler-ia32.cc | 1026 void Assembler::idiv(Operand src) { in idiv() function in v8::internal::Assembler
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | GPRArith.cpp | 1279 TestImplOp(idiv, Value0, Src, Value1, int, Size); \ in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | GPRArith.cpp | 1309 TestImplOp(idiv, Value0, Src, Value1, int, Size); \ in TEST_F()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 1110 __ idiv(i.InputOperand(1)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.h | 300 V(idiv) \
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1406 assm->idiv(rhs); in EmitInt32DivOrRem()
|