Home | History | Annotate | Download | only in i386

Lines Matching refs:__fpu_stmm2

377                         m_state.context.fpu.avx.__fpu_stmm2.__mmst_reg[i] = 'c';
388 m_state.context.fpu.avx.__fpu_stmm2.__mmst_reg[i] = INT8_MIN;
447 m_state.context.fpu.no_avx.__fpu_stmm2.__mmst_reg[i] = 'c';
458 m_state.context.fpu.no_avx.__fpu_stmm2.__mmst_reg[i] = INT8_MIN;
1331 case fpu_stmm2: memcpy(&value->value.uint8, m_state.context.fpu.avx.__fpu_stmm2.__mmst_reg, 10); return true;
1378 case fpu_stmm2: memcpy(&value->value.uint8, m_state.context.fpu.no_avx.__fpu_stmm2.__mmst_reg, 10); return true;
1478 case fpu_stmm2: memcpy (m_state.context.fpu.avx.__fpu_stmm2.__mmst_reg, &value->value.uint8, 10); success = true; break;
1525 case fpu_stmm2: memcpy (m_state.context.fpu.no_avx.__fpu_stmm2.__mmst_reg, &value->value.uint8, 10); success = true; break;