/system/core/libpixelflinger/codeflinger/ |
MIPS64Assembler.h | 98 virtual void MLA(int cc, int s,
|
ARMAssembler.cpp | 214 void ARMAssembler::MLA(int cc, int s, 217 LOG_FATAL_IF(Rd==Rm, "MLA(r%u,r%u,r%u,r%u)", Rd,Rm,Rs,Rn);
|
MIPSAssembler.h | 93 virtual void MLA(int cc, int s,
|
blending.cpp | 606 else MLA(AL, 0, d.reg, v.reg, f.reg, add.reg);
|
GGLAssembler.cpp | 412 MLA(AL, 0, f, Rx, dfdx, ydfdy); 425 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy); [all...] |
Arm64Assembler.cpp | 518 void ArmToArm64Assembler::MLA(int cc, int s,int Rd, int Rm, int Rs, int Rn) [all...] |
MIPS64Assembler.cpp | 597 void ArmToMips64Assembler::MLA(int cc, int s, 600 //ALOGW("MLA"); [all...] |
MIPSAssembler.cpp | 608 void ArmToMipsAssembler::MLA(int cc, int s, [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_hor_ver_quarter.s | 144 MLA tmp5, width, y0, x0 ;// y0*width+x0 150 MLA ref, tmp6, width, ref
|
h264bsd_interpolate_ver_quarter.s | 133 MLA tmp6, width, y0, x0 ;// y0*width+x0
|
/external/libhevc/common/arm/ |
ihevc_sao_edge_offset_class2.s | 101 MLA r11,r10,r1,r0 @pu1_src[(ht - 1) * src_strd + col] 147 MLA r12,r11,r1,r10 @wd - 1 + (ht - 1) * src_strd [all...] |
ihevc_sao_edge_offset_class2_chroma.s | 109 MLA r11,r10,r1,r0 @pu1_src[(ht - 1) * src_strd + col] 194 MLA r12,r11,r1,r10 @wd - 2 + (ht - 1) * src_strd [all...] |
ihevc_sao_edge_offset_class3.s | 99 MLA r11,r10,r1,r0 @pu1_src[(ht - 1) * src_strd + col] 151 MLA r12,r11,r1,r0 @pu1_src[(ht - 1) * src_strd] [all...] |
ihevc_sao_edge_offset_class3_chroma.s | 107 MLA r11,r10,r1,r0 @pu1_src[(ht - 1) * src_strd + col] 188 MLA r12,r11,r1,r0 @pu1_src[(ht - 1) * src_strd] [all...] |
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
mips64_assembler_test.cpp | 418 case INSTR_MLA: a64asm->MLA(test.cond, test.setFlags, Rd,Rm,Rs,Rn); break;
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
arm64_assembler_test.cpp | 456 case INSTR_MLA: a64asm->MLA(test.cond, test.setFlags, Rd,Rm,Rs,Rn); break; [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
thumb2_bad_reg.s | 169 @ MLA 170 mla r13, r0, r0, r0 171 mla r15, r0, r0, r0 172 mla r0, r13, r0, r0 173 mla r0, r15, r0, r0 174 mla r0, r0, r13, r0 175 mla r0, r0, r15, r0 176 mla r0, r0, r0, r13 177 mla r0, r0, r0, r15
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
basic-arm-instructions.s | [all...] |
basic-thumb2-instructions.s | [all...] |
/external/valgrind/none/tests/arm/ |
v6intARM.stdout.exp | [all...] |
v6media.stdout.exp | 8 MLA 9 mla r0, r1, r2, r3 :: rd 0x00000001 rm 0x00000000, rn 0x00000000 rs 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000 10 mla r0, r1, r2, r3 :: rd 0x00000001 rm 0xffffffff, rn 0x00000000 rs 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000 11 mla r0, r1, r2, r3 :: rd 0x00000001 rm 0x00000000, rn 0xffffffff rs 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000 12 mla r0, r1, r2, r3 :: rd 0x00000002 rm 0xffffffff, rn 0xffffffff rs 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000 13 mla r0, r1, r2, r3 :: rd 0x00000002 rm 0x7fffffff, rn 0x7fffffff rs 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000 14 mla r0, r1, r2, r3 :: rd 0xfffe0002 rm 0x0000ffff, rn 0x0000ffff rs 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000 [all...] |
/external/llvm/test/MC/ARM/ |
basic-arm-instructions.s | [all...] |
basic-thumb2-instructions.s | [all...] |