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

/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h643 // four_bit is the position of the least-significant bit of the four
646 inline int VFPGlueRegValue(VFPRegPrecision pre, int four_bit, int one_bit) { argument
648 return (Bits(four_bit + 3, four_bit) << 1) | Bit(one_bit);
650 return (Bit(one_bit) << 4) | Bits(four_bit + 3, four_bit);

Completed in 147 milliseconds