Searched defs:imul (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_list.py | 95 def imul(a, b): a *= b function
|
/third_party/python/Lib/ |
H A D | operator.py | 372 def imul(a, b): function
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 625 void imul(Register dst, Register src) { imul(dst, Operand(src)); } in imul() function in v8::internal::Assembler
|
H A D | assembler-ia32.cc | 1038 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
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.cpp | 822 void ShaderCore::imul(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in imul() function in sw::ShaderCore
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | emulate.c | 1022 FASTOP2W(imul); variable
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 1057 FASTOP2W(imul); variable
|
Completed in 29 milliseconds