Lines Matching refs:vald

2229 	const uint32_t vald = m_core->local_regs[(DST_CODE + fp) & 0x3f];  in hyperstone_extend()  local
2236 m_core->global_regs[15] = (uint32_t)(vals * vald); in hyperstone_extend()
2242 const uint64_t result = (uint64_t)vals * (uint64_t)vald; in hyperstone_extend()
2251 const int64_t result = (int64_t)(int32_t)vals * (int64_t)(int32_t)vald; in hyperstone_extend()
2259 m_core->global_regs[15] += (int32_t)vals * (int32_t)vald; in hyperstone_extend()
2265 …al_regs[14], m_core->global_regs[15]) + (int64_t)((int64_t)(int32_t)vals * (int64_t)(int32_t)vald); in hyperstone_extend()
2273 m_core->global_regs[15] = (int32_t)m_core->global_regs[15] - ((int32_t)vals * (int32_t)vald); in hyperstone_extend()
2279 …al_regs[14], m_core->global_regs[15]) - (int64_t)((int64_t)(int32_t)vals * (int64_t)(int32_t)vald); in hyperstone_extend()
2287 … = (int32_t)m_core->global_regs[15] + ((int32_t)(vald >> 16) * (int32_t)(vals >> 16)) + ((int32_t)… in hyperstone_extend()
2293 …egs[15]) + (int64_t)((int64_t)(int32_t)(vald >> 16) * (int64_t)(int32_t)(vals >> 16)) + ((int64_t)… in hyperstone_extend()
2301 …m_core->global_regs[14] = ((vald >> 16) * (vals >> 16 )) - ((vald & 0xffff) * (vals & 0xffff)); in hyperstone_extend()
2302 …m_core->global_regs[15] = ((vald >> 16) * (vals & 0xffff)) + ((vald & 0xffff) * (vals >> 16 )); in hyperstone_extend()
2307 …m_core->global_regs[14] += ((vald >> 16) * (vals >> 16 )) - ((vald & 0xffff) * (vals & 0xffff)… in hyperstone_extend()
2308 …m_core->global_regs[15] += ((vald >> 16) * (vals & 0xffff)) + ((vald & 0xffff) * (vals >> 16 )… in hyperstone_extend()