HomeSort by relevance Sort by last modified time
    Searched refs:kThumb2Sbfx (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/quick/arm/
arm_lir.h 447 kThumb2Sbfx, // ubfx rd,rn,#lsb,#width [111100110100] rn[19..16] [0] imm3[14-12] rd[11-8] w[4-0].
    [all...]
utility_arm.cc 343 return NewLIR4(kThumb2Sbfx, r_dest_src1.GetReg(), r_src2.GetReg(), 0, 8);
346 return NewLIR4(kThumb2Sbfx, r_dest_src1.GetReg(), r_src2.GetReg(), 0, 16);
    [all...]
assemble_arm.cc     [all...]

Completed in 37 milliseconds