Home
last modified time | relevance | path

Searched defs:imul (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/test/
Dtest_list.py67 def imul(a, b): a *= b function
/third_party/typescript/lib/
Dlib.es2015.core.d.ts112 imul(x: number, y: number): number; method
/third_party/typescript/src/lib/
Des2015.core.d.ts92 imul(x: number, y: number): number; method
/third_party/lzma/Asm/arm64/
D7zAsm.S98 .macro imul reg:req, param:req macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.cpp2409 void AssemblerX8632::imul(Type Ty, GPRRegister dst, GPRRegister src) { in imul() function in Ice::X8632::AssemblerX8632
2419 void AssemblerX8632::imul(Type Ty, GPRRegister reg, const AsmAddress &address) { in imul() function in Ice::X8632::AssemblerX8632
2429 void AssemblerX8632::imul(Type Ty, GPRRegister reg, const Immediate &imm) { in imul() function in Ice::X8632::AssemblerX8632
2445 void AssemblerX8632::imul(Type Ty, GPRRegister reg) { in imul() function in Ice::X8632::AssemblerX8632
2456 void AssemblerX8632::imul(Type Ty, const AsmAddress &address) { in imul() function in Ice::X8632::AssemblerX8632
2467 void AssemblerX8632::imul(Type Ty, GPRRegister dst, GPRRegister src, in imul() function in Ice::X8632::AssemblerX8632
2484 void AssemblerX8632::imul(Type Ty, GPRRegister dst, const AsmAddress &address, in imul() function in Ice::X8632::AssemblerX8632
DIceAssemblerX8664.cpp2547 void AssemblerX8664::imul(Type Ty, GPRRegister dst, GPRRegister src) { in imul() function in Ice::X8664::AssemblerX8664
2558 void AssemblerX8664::imul(Type Ty, GPRRegister reg, const AsmAddress &address) { in imul() function in Ice::X8664::AssemblerX8664
2569 void AssemblerX8664::imul(Type Ty, GPRRegister reg, const Immediate &imm) { in imul() function in Ice::X8664::AssemblerX8664
2586 void AssemblerX8664::imul(Type Ty, GPRRegister reg) { in imul() function in Ice::X8664::AssemblerX8664
2598 void AssemblerX8664::imul(Type Ty, const AsmAddress &address) { in imul() function in Ice::X8664::AssemblerX8664
2610 void AssemblerX8664::imul(Type Ty, GPRRegister dst, GPRRegister src, in imul() function in Ice::X8664::AssemblerX8664
2628 void AssemblerX8664::imul(Type Ty, GPRRegister dst, const AsmAddress &address, in imul() function in Ice::X8664::AssemblerX8664
/third_party/python/Lib/
Doperator.py366 def imul(a, b): function
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc1097 __ imul(i.OutputRegister(), i.InputOperand(0), i.InputInt32(1)); in AssembleArchInstruction() local
1099 __ imul(i.OutputRegister(), i.InputOperand(1)); in AssembleArchInstruction() local
1103 __ imul(i.InputRegister(1)); in AssembleArchInstruction() local
1203 __ imul(i.OutputRegister(1), i.InputOperand(0)); in AssembleArchInstruction() local
1205 __ imul(i.TempRegister(0), i.InputOperand(2)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc1038 void Assembler::imul(Register reg) { in imul() function in v8::internal::Assembler
1044 void Assembler::imul(Register dst, Operand src) { in imul() function in v8::internal::Assembler
1051 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul() function in v8::internal::Assembler
1055 void Assembler::imul(Register dst, Operand src, int32_t imm32) { in imul() function in v8::internal::Assembler
Dassembler-ia32.h625 void imul(Register dst, Register src) { imul(dst, Operand(src)); } in imul() function
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_emit_nvc0.cpp3034 int imul; // integer MUL to MUL delay 3 member
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp822 void ShaderCore::imul(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in imul() function in sw::ShaderCore