Searched defs:umull (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_thumb2_test.cc | 276 TEST_F(AssemblerThumb2Test, umull) { in TEST_F() argument 277 __ umull(arm::R0, arm::R1, arm::R2, arm::R3); in TEST_F() local
|
D | assembler_thumb2.cc | 721 void Thumb2Assembler::umull(Register rd_lo, Register rd_hi, Register rn, in umull() function in art::arm::Thumb2Assembler
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 961 __ umull(R0, R1, R2, R3); in TEST_F() local 962 __ umull(R8, R9, R10, R11); in TEST_F() local
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 4006 __ umull(out_lo, IP, in1_lo, in2_lo); in VisitMul() local
|