Searched defs:muls (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | lossless_audiodsp_altivec.c | 52 register vec_s16 muls = { mul, mul, mul, mul, mul, mul, mul, mul }; in scalarproduct_and_madd_int16_altivec() local
|
/third_party/lame/mpglib/ |
H A D | common.c | 75 real muls[27][64]; variable
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nv50.cpp | 1745 Value *muls[2]; in processSurfaceCoords() local 1816 Value *muls[2]; in processSurfaceCoords() local
|
H A D | nv50_ir_peephole.cpp | 1493 int muls; in opnd() local
|
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.cc | 7488 void Assembler::muls(Condition cond, Register rd, Register rn, Register rm) { in muls() function in vixl::aarch32::Assembler
|
H A D | assembler-aarch32.h | 2694 void muls(Register rd, Register rn, Register rm) { muls(al, rd, rn, rm); } in muls() function in vixl::aarch32::Assembler
|
H A D | disasm-aarch32.cc | 1970 void Disassembler::muls(Condition cond, Register rd, Register rn, Register rm) { in muls() function in vixl::aarch32::Disassembler [all...] |
Completed in 110 milliseconds