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

  /external/v8/src/arm64/
instructions-arm64.cc 77 static uint64_t RepeatBitsAcrossReg(unsigned reg_size,
134 return RepeatBitsAcrossReg(reg_size,
  /external/vixl/src/vixl/a64/
instructions-a64.cc 60 static uint64_t RepeatBitsAcrossReg(unsigned reg_size,
172 return RepeatBitsAcrossReg(reg_size,
  /art/compiler/dex/quick/arm64/
target_arm64.cc 265 static uint64_t RepeatBitsAcrossReg(bool is_wide, uint64_t value, unsigned width) {
316 return RepeatBitsAcrossReg(is_wide, RotateRight(bits, imm_r & mask, width), width);

Completed in 234 milliseconds