Lines Matching defs:mode
257 DCHECK(index != esp); // illegal addressing mode
278 DCHECK(index != esp); // illegal addressing mode
286 return (buf_[0] & 0xF8) == 0xC0; // Addressing mode is register only.
2266 void Assembler::roundps(XMMRegister dst, XMMRegister src, RoundingMode mode) {
2275 EMIT(static_cast<byte>(mode) | 0x8);
2278 void Assembler::roundpd(XMMRegister dst, XMMRegister src, RoundingMode mode) {
2287 EMIT(static_cast<byte>(mode) | 0x8);
2290 void Assembler::roundss(XMMRegister dst, XMMRegister src, RoundingMode mode) {
2299 EMIT(static_cast<byte>(mode) | 0x8);
2302 void Assembler::roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode) {
2311 EMIT(static_cast<byte>(mode) | 0x8);
3060 RoundingMode mode) {
3062 EMIT(static_cast<byte>(mode) | 0x8); // Mask precision exception.
3065 RoundingMode mode) {
3067 EMIT(static_cast<byte>(mode) | 0x8); // Mask precision exception.
3069 void Assembler::vroundps(XMMRegister dst, XMMRegister src, RoundingMode mode) {
3071 EMIT(static_cast<byte>(mode) | 0x8); // Mask precision exception.
3073 void Assembler::vroundpd(XMMRegister dst, XMMRegister src, RoundingMode mode) {
3075 EMIT(static_cast<byte>(mode) | 0x8); // Mask precision exception.