Searched defs:mla (Results 1 – 3 of 3) sorted by relevance
| /art/compiler/utils/ |
| D | assembler_thumb_test.cc | 955 __ mla(R0, R1, R2, R3); in TEST_F() local 956 __ mla(R8, R9, R8, R9); in TEST_F() local
|
| /art/compiler/utils/arm/ |
| D | assembler_thumb2.cc | 667 void Thumb2Assembler::mla(Register rd, Register rn, Register rm, Register ra, in mla() function in art::arm::Thumb2Assembler
|
| /art/compiler/optimizing/ |
| D | code_generator_arm.cc | 4004 __ mla(out_hi, in1_hi, in2_lo, IP); in VisitMul() local 8525 __ mla(res, mul_left, mul_right, accumulator); in VisitMultiplyAccumulate() local
|