Home
last modified time | relevance | path

Searched refs:idiv (Results 1 - 19 of 19) sorted by relevance

/third_party/ffmpeg/libswresample/x86/
H A Dresample.asm475 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 DShaderCore.hpp257 void idiv(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
H A DVertexProgram.cpp259 case Shader::OPCODE_IDIV: idiv(d, s0, s1); break; in program()
H A DPixelProgram.cpp239 case Shader::OPCODE_IDIV: idiv(d, s0, s1); break; in applyShader()
H A DShaderCore.cpp848 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 Dassyntax.h435 #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 DIceAssemblerX8632.h776 void idiv(Type Ty, GPRRegister reg);
777 void idiv(Type Ty, const AsmAddress &address);
H A DIceAssemblerX8664.h772 void idiv(Type Ty, GPRRegister reg);
773 void idiv(Type Ty, const AsmAddress &address);
H A DIceInstX8632.cpp1027 static const GPREmitterOneOp Emitter = {&Assembler::idiv, &Assembler::idiv}; in emitIAS()
H A DIceInstX8664.cpp1019 static const GPREmitterOneOp Emitter = {&Assembler::idiv, &Assembler::idiv}; in emitIAS()
H A DIceAssemblerX8632.cpp2387 void AssemblerX8632::idiv(Type Ty, GPRRegister reg) {
2398 void AssemblerX8632::idiv(Type Ty, const AsmAddress &addr) {
H A DIceAssemblerX8664.cpp2523 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 Dassembler-ia32.h618 void idiv(Register src) { idiv(Operand(src)); } in idiv() function in v8::internal::Assembler
619 void idiv(Operand src);
H A Dassembler-ia32.cc1026 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 DGPRArith.cpp1279 TestImplOp(idiv, Value0, Src, Value1, int, Size); \ in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DGPRArith.cpp1309 TestImplOp(idiv, Value0, Src, Value1, int, Size); \ in TEST_F()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1110 __ idiv(i.InputOperand(1)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h300 V(idiv) \
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h1406 assm->idiv(rhs); in EmitInt32DivOrRem()

Completed in 66 milliseconds