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

  /art/compiler/utils/arm/
assembler_thumb2.cc 383 inline int32_t Thumb2Assembler::MovwEncoding32(Register rd, int32_t value) {
395 int32_t movw_encoding = MovwEncoding32(rd, (value >> 16) & 0xffff);
    [all...]
assembler_thumb2.h     [all...]

Completed in 406 milliseconds