Lines Matching refs:LoadIntLiteral
3334 LoadIntLiteral(result_reg, 0); in ClampDoubleToUint8()
3342 LoadIntLiteral(result_reg, 255); in ClampDoubleToUint8()
3438 void MacroAssembler::LoadIntLiteral(Register dst, int value) { in LoadIntLiteral() function in v8::internal::MacroAssembler
3487 LoadIntLiteral(scratch, litVal.ival[0]); in LoadDoubleLiteral()
3489 LoadIntLiteral(scratch, litVal.ival[1]); in LoadDoubleLiteral()
3933 LoadIntLiteral(scratch, offset); in StoreP()
3983 LoadIntLiteral(scratch, offset); in LoadWord()
3999 LoadIntLiteral(scratch, offset); in StoreWord()
4029 LoadIntLiteral(scratch, offset); in LoadHalfWord()
4045 LoadIntLiteral(scratch, offset); in StoreHalfWord()
4061 LoadIntLiteral(scratch, offset); in LoadByte()
4077 LoadIntLiteral(scratch, offset); in StoreByte()