Searched refs:hiword (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/mips/
H A Dstub-cache-mips.cc997 // Integer to convert is passed in register hiword.
998 // Resulting double is returned in registers hiword:loword.
1001 Register hiword,
1016 __ sll(loword, hiword, mantissa_shift_for_lo_word);
1017 __ srl(hiword, hiword, mantissa_shift_for_hi_word);
1018 __ or_(hiword, scratch, hiword);
1021 __ sll(hiword, hiword, mantissa_shift_for_hi_wor
1000 GenerateUInt2Double(MacroAssembler* masm, Register hiword, Register loword, Register scratch, int leading_zeroes) argument
3563 Register hiword = value; // a2. local
[all...]
/external/v8/src/arm/
H A Dstub-cache-arm.cc998 // Integer to convert is passed in register hiword.
999 // Resulting double is returned in registers hiword:loword.
1002 Register hiword,
1017 __ mov(loword, Operand(hiword, LSL, mantissa_shift_for_lo_word));
1018 __ orr(hiword, scratch, Operand(hiword, LSR, mantissa_shift_for_hi_word));
1021 __ orr(hiword, scratch, Operand(hiword, LSL, mantissa_shift_for_hi_word));
1027 __ bic(hiword, hiword, Operan
1001 GenerateUInt2Double(MacroAssembler* masm, Register hiword, Register loword, Register scratch, int leading_zeroes) argument
3555 Register hiword = value; // r2. local
[all...]

Completed in 78 milliseconds