Searched defs:smull (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_thumb2_test.cc | 284 TEST_F(AssemblerThumb2Test, smull) { in TEST_F() argument 285 __ smull(arm::R0, arm::R1, arm::R2, arm::R3); in TEST_F() local
|
D | assembler_thumb2.cc | 703 void Thumb2Assembler::smull(Register rd_lo, Register rd_hi, Register rn, in smull() function in art::arm::Thumb2Assembler
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 4108 __ smull(temp2, temp1, dividend, temp1); in GenerateDivRemWithAnyConstant() local
|