Home | History | Annotate | Download | only in mips

Lines Matching defs:Ext

927 void MacroAssembler::Ext(Register rt,
995 Ext(t9, rs, 31, 1);
997 Ext(at, rs, 0, 31);
1380 Ext(scratch2, scratch2, 32-shift_distance, field_width);
1449 Ext(result,
1574 Ext(dst, src, kSmiTagSize, num_least_bits);
4033 Ext(hash, hash, String::kHashShift, String::kArrayIndexValueBits);
4205 void MacroAssembler::CallExternalReference(const ExternalReference& ext,
4209 PrepareCEntryFunction(ext);
4216 void MacroAssembler::TailCallExternalReference(const ExternalReference& ext,
4224 JumpToExternalReference(ext);
5151 Ext(mask_reg, addr_reg, kPointerSizeLog2, Bitmap::kBitsPerCellLog2);
5153 Ext(t8, addr_reg, kLowBits, kPageSizeBits - kLowBits);