Lines Matching defs:Ubfx
287 ubfx(dst, src1, 0,
296 void MacroAssembler::Ubfx(Register dst, Register src1, int lsb, int width,
306 ubfx(dst, src1, lsb, width, cond);
2251 Ubfx(hash, hash, String::kHashShift, String::kArrayIndexValueBits);
2350 Ubfx(scratch2,
2469 Ubfx(result,
2581 ubfx(dst, src, kSmiTagSize, num_least_bits);
3516 Ubfx(mask_reg, addr_reg, kPointerSizeLog2, Bitmap::kBitsPerCellLog2);
3518 Ubfx(ip, addr_reg, kLowBits, kPageSizeBits - kLowBits);