Lines Matching refs:alu_out
3155 int64_t alu_out = 0x12345678; in DecodeTypeRegisterWRsType() local
3158 alu_out = get_fpu_register_signed_word(fs_reg()); in DecodeTypeRegisterWRsType()
3159 set_fpu_register_float(fd_reg(), static_cast<float>(alu_out)); in DecodeTypeRegisterWRsType()
3162 alu_out = get_fpu_register_signed_word(fs_reg()); in DecodeTypeRegisterWRsType()
3163 set_fpu_register_double(fd_reg(), static_cast<double>(alu_out)); in DecodeTypeRegisterWRsType()
3446 int64_t alu_out; in DecodeTypeRegisterSPECIAL() local
3494 alu_out = static_cast<int32_t>(static_cast<uint32_t>(rt_u()) >> sa()); in DecodeTypeRegisterSPECIAL()
3499 alu_out = static_cast<int32_t>( in DecodeTypeRegisterSPECIAL()
3505 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3512 alu_out = static_cast<int64_t>(rt_u() >> sa()); in DecodeTypeRegisterSPECIAL()
3517 alu_out = static_cast<int64_t>(base::bits::RotateRight64(rt_u(), sa())); in DecodeTypeRegisterSPECIAL()
3521 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3528 alu_out = static_cast<int64_t>(rt_u() >> sa() >> 32); in DecodeTypeRegisterSPECIAL()
3533 alu_out = in DecodeTypeRegisterSPECIAL()
3538 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3559 alu_out = static_cast<int32_t>((uint32_t)rt_u() >> rs()); in DecodeTypeRegisterSPECIAL()
3564 alu_out = static_cast<int32_t>( in DecodeTypeRegisterSPECIAL()
3568 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3574 alu_out = static_cast<int64_t>(rt_u() >> rs()); in DecodeTypeRegisterSPECIAL()
3579 alu_out = in DecodeTypeRegisterSPECIAL()
3582 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3607 alu_out = get_register(HI); in DecodeTypeRegisterSPECIAL()
3612 alu_out = base::bits::CountLeadingZeros32(static_cast<int32_t>(rs_u())); in DecodeTypeRegisterSPECIAL()
3614 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3619 alu_out = get_register(LO); in DecodeTypeRegisterSPECIAL()
3624 alu_out = base::bits::CountLeadingZeros64(static_cast<int64_t>(rs_u())); in DecodeTypeRegisterSPECIAL()
3626 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3916 int64_t alu_out; in DecodeTypeRegisterSPECIAL2() local
3919 alu_out = static_cast<int32_t>(rs_u()) * static_cast<int32_t>(rt_u()); in DecodeTypeRegisterSPECIAL2()
3920 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL2()
3928 alu_out = base::bits::CountLeadingZeros32(static_cast<uint32_t>(rs_u())); in DecodeTypeRegisterSPECIAL2()
3929 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL2()
3934 alu_out = base::bits::CountLeadingZeros64(static_cast<uint64_t>(rs_u())); in DecodeTypeRegisterSPECIAL2()
3935 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL2()
3938 alu_out = 0x12345678; in DecodeTypeRegisterSPECIAL2()
3945 int64_t alu_out; in DecodeTypeRegisterSPECIAL3() local
3954 alu_out = static_cast<int32_t>((rt_u() & ~(mask << lsb)) | in DecodeTypeRegisterSPECIAL3()
3956 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
3966 alu_out = (rt_u() & ~(mask << lsb)) | ((rs_u() & mask) << lsb); in DecodeTypeRegisterSPECIAL3()
3967 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
3977 alu_out = static_cast<int32_t>((rs_u() & (mask << lsb)) >> lsb); in DecodeTypeRegisterSPECIAL3()
3978 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
3988 alu_out = static_cast<int64_t>((rs_u() & (mask << lsb)) >> lsb); in DecodeTypeRegisterSPECIAL3()
3989 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
3999 alu_out = static_cast<int64_t>((rs_u() & (mask << lsb)) >> lsb); in DecodeTypeRegisterSPECIAL3()
4000 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4010 alu_out = static_cast<int64_t>((rs_u() & (mask << lsb)) >> lsb); in DecodeTypeRegisterSPECIAL3()
4011 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4038 alu_out = static_cast<int64_t>(static_cast<int32_t>(output)); in DecodeTypeRegisterSPECIAL3()
4051 alu_out = static_cast<int32_t>(output); in DecodeTypeRegisterSPECIAL3()
4064 alu_out = static_cast<int32_t>(output); in DecodeTypeRegisterSPECIAL3()
4089 alu_out = static_cast<int64_t>(output); in DecodeTypeRegisterSPECIAL3()
4098 alu_out = static_cast<int32_t>(rt()); in DecodeTypeRegisterSPECIAL3()
4102 alu_out = static_cast<int32_t>(rt_hi | rs_lo); in DecodeTypeRegisterSPECIAL3()
4107 alu_out = 0x12345678; in DecodeTypeRegisterSPECIAL3()
4114 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4144 alu_out = static_cast<int64_t>(output); in DecodeTypeRegisterSPECIAL3()
4166 alu_out = static_cast<int64_t>(output); in DecodeTypeRegisterSPECIAL3()
4188 alu_out = static_cast<int64_t>(output); in DecodeTypeRegisterSPECIAL3()
4197 alu_out = static_cast<int64_t>(rt()); in DecodeTypeRegisterSPECIAL3()
4201 alu_out = static_cast<int64_t>(rt_hi | rs_lo); in DecodeTypeRegisterSPECIAL3()
4206 alu_out = 0x12345678; in DecodeTypeRegisterSPECIAL3()
4213 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4275 int64_t alu_out = 0; in DecodeTypeImmediate() local
4610 alu_out = ReadW(addr, instr_.instr()); in DecodeTypeImmediate()
4611 alu_out = static_cast<uint32_t> (alu_out) >> al_offset * 8; in DecodeTypeImmediate()
4612 alu_out |= rt & mask; in DecodeTypeImmediate()
4613 set_register(rt_reg, alu_out); in DecodeTypeImmediate()
4622 alu_out = Read2W(addr, instr_.instr()); in DecodeTypeImmediate()
4623 alu_out <<= byte_shift * 8; in DecodeTypeImmediate()
4624 alu_out |= rt & mask; in DecodeTypeImmediate()
4625 set_register(rt_reg, alu_out); in DecodeTypeImmediate()
4634 alu_out = Read2W(addr, instr_.instr()); in DecodeTypeImmediate()
4635 alu_out = alu_out >> al_offset * 8; in DecodeTypeImmediate()
4636 alu_out |= rt & mask; in DecodeTypeImmediate()
4637 set_register(rt_reg, alu_out); in DecodeTypeImmediate()
4714 alu_out = static_cast<int64_t>(~0x0FFFF) & addr; in DecodeTypeImmediate()
4717 alu_out = current_pc + (se_imm16 << 16); in DecodeTypeImmediate()
4727 alu_out = Read2W(addr, instr_.instr()); in DecodeTypeImmediate()
4739 alu_out = *ptr; in DecodeTypeImmediate()
4748 alu_out = *ptr; in DecodeTypeImmediate()
4754 alu_out = current_pc + (se_imm19 << 2); in DecodeTypeImmediate()
4767 set_register(rs_reg, alu_out); in DecodeTypeImmediate()