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

  /art/compiler/dex/quick/arm64/
arm64_lir.h 210 * @brief Extend-type to be applied to a register via EncodeExtend().
224 #define ENCODE_NO_EXTEND (EncodeExtend(kA64Uxtx, 0))
utility_arm64.cc 661 EncodeExtend(ext, amount));
798 EncodeExtend(ext, amount));
851 info = EncodeExtend(is_wide ? kA64Uxtx : kA64Uxtw, 0);
    [all...]
codegen_arm64.h 376 int EncodeExtend(int extend_type, int amount);
target_arm64.cc 357 int omittable = ((IS_WIDE(lir->opcode)) ? EncodeExtend(kA64Uxtw, 0) :
358 EncodeExtend(kA64Uxtw, 0));
    [all...]

Completed in 1476 milliseconds