• Home
  • Raw
  • Download

Lines Matching refs:alu_out

3361   int64_t alu_out = 0x12345678;  in DecodeTypeRegisterWRsType()  local
3364 alu_out = get_fpu_register_signed_word(fs_reg()); in DecodeTypeRegisterWRsType()
3365 SetFPUFloatResult(fd_reg(), static_cast<float>(alu_out)); in DecodeTypeRegisterWRsType()
3368 alu_out = get_fpu_register_signed_word(fs_reg()); in DecodeTypeRegisterWRsType()
3369 SetFPUDoubleResult(fd_reg(), static_cast<double>(alu_out)); in DecodeTypeRegisterWRsType()
3656 int64_t alu_out; in DecodeTypeRegisterSPECIAL() local
3704 alu_out = static_cast<int32_t>(static_cast<uint32_t>(rt_u()) >> sa()); in DecodeTypeRegisterSPECIAL()
3709 alu_out = static_cast<int32_t>( in DecodeTypeRegisterSPECIAL()
3715 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3722 alu_out = static_cast<int64_t>(rt_u() >> sa()); in DecodeTypeRegisterSPECIAL()
3727 alu_out = static_cast<int64_t>(base::bits::RotateRight64(rt_u(), sa())); in DecodeTypeRegisterSPECIAL()
3731 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3738 alu_out = static_cast<int64_t>(rt_u() >> sa() >> 32); in DecodeTypeRegisterSPECIAL()
3743 alu_out = in DecodeTypeRegisterSPECIAL()
3748 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3769 alu_out = static_cast<int32_t>((uint32_t)rt_u() >> rs()); in DecodeTypeRegisterSPECIAL()
3774 alu_out = static_cast<int32_t>( in DecodeTypeRegisterSPECIAL()
3778 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3784 alu_out = static_cast<int64_t>(rt_u() >> rs()); in DecodeTypeRegisterSPECIAL()
3789 alu_out = in DecodeTypeRegisterSPECIAL()
3792 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3817 alu_out = get_register(HI); in DecodeTypeRegisterSPECIAL()
3822 alu_out = base::bits::CountLeadingZeros32(static_cast<int32_t>(rs_u())); in DecodeTypeRegisterSPECIAL()
3824 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
3829 alu_out = get_register(LO); in DecodeTypeRegisterSPECIAL()
3834 alu_out = base::bits::CountLeadingZeros64(static_cast<int64_t>(rs_u())); in DecodeTypeRegisterSPECIAL()
3836 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL()
4126 int64_t alu_out; in DecodeTypeRegisterSPECIAL2() local
4129 alu_out = static_cast<int32_t>(rs_u()) * static_cast<int32_t>(rt_u()); in DecodeTypeRegisterSPECIAL2()
4130 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL2()
4138 alu_out = base::bits::CountLeadingZeros32(static_cast<uint32_t>(rs_u())); in DecodeTypeRegisterSPECIAL2()
4139 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL2()
4144 alu_out = base::bits::CountLeadingZeros64(static_cast<uint64_t>(rs_u())); in DecodeTypeRegisterSPECIAL2()
4145 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL2()
4148 alu_out = 0x12345678; in DecodeTypeRegisterSPECIAL2()
4155 int64_t alu_out; in DecodeTypeRegisterSPECIAL3() local
4164 alu_out = static_cast<int32_t>((rs_u() & (mask << lsb)) >> lsb); in DecodeTypeRegisterSPECIAL3()
4165 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4175 alu_out = static_cast<int64_t>((rs_u() & (mask << lsb)) >> lsb); in DecodeTypeRegisterSPECIAL3()
4176 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4186 alu_out = static_cast<int64_t>((rs_u() & (mask << lsb)) >> lsb); in DecodeTypeRegisterSPECIAL3()
4187 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4198 alu_out = static_cast<int64_t>((rs_u() & (mask << lsb)) >> lsb); in DecodeTypeRegisterSPECIAL3()
4199 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4209 alu_out = static_cast<int32_t>((rt_u() & ~(mask << lsb)) | in DecodeTypeRegisterSPECIAL3()
4211 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4221 alu_out = (rt_u() & ~(mask << lsb)) | ((rs_u() & mask) << lsb); in DecodeTypeRegisterSPECIAL3()
4222 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4236 alu_out = (rt_u() & ~(mask << lsb)) | ((rs_u() & mask) << lsb); in DecodeTypeRegisterSPECIAL3()
4237 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4248 alu_out = (rt_u() & ~(mask << lsb)) | ((rs_u() & mask) << lsb); in DecodeTypeRegisterSPECIAL3()
4249 SetResult(rt_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4276 alu_out = static_cast<int64_t>(static_cast<int32_t>(output)); in DecodeTypeRegisterSPECIAL3()
4289 alu_out = static_cast<int32_t>(output); in DecodeTypeRegisterSPECIAL3()
4302 alu_out = static_cast<int32_t>(output); in DecodeTypeRegisterSPECIAL3()
4327 alu_out = static_cast<int64_t>(output); in DecodeTypeRegisterSPECIAL3()
4336 alu_out = static_cast<int32_t>(rt()); in DecodeTypeRegisterSPECIAL3()
4340 alu_out = static_cast<int32_t>(rt_hi | rs_lo); in DecodeTypeRegisterSPECIAL3()
4345 alu_out = 0x12345678; in DecodeTypeRegisterSPECIAL3()
4352 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4382 alu_out = static_cast<int64_t>(output); in DecodeTypeRegisterSPECIAL3()
4404 alu_out = static_cast<int64_t>(output); in DecodeTypeRegisterSPECIAL3()
4426 alu_out = static_cast<int64_t>(output); in DecodeTypeRegisterSPECIAL3()
4435 alu_out = static_cast<int64_t>(rt()); in DecodeTypeRegisterSPECIAL3()
4439 alu_out = static_cast<int64_t>(rt_hi | rs_lo); in DecodeTypeRegisterSPECIAL3()
4444 alu_out = 0x12345678; in DecodeTypeRegisterSPECIAL3()
4451 SetResult(rd_reg(), alu_out); in DecodeTypeRegisterSPECIAL3()
4764 int64_t alu_out; in DecodeTypeMsaELM() local
4792 alu_out = static_cast<int32_t>(ws.b[n]); in DecodeTypeMsaELM()
4794 (opcode == COPY_U) ? alu_out & 0xFFu : alu_out); in DecodeTypeMsaELM()
4799 alu_out = static_cast<int32_t>(ws.h[n]); in DecodeTypeMsaELM()
4801 (opcode == COPY_U) ? alu_out & 0xFFFFu : alu_out); in DecodeTypeMsaELM()
4806 alu_out = static_cast<int32_t>(ws.w[n]); in DecodeTypeMsaELM()
4808 (opcode == COPY_U) ? alu_out & 0xFFFFFFFFu : alu_out); in DecodeTypeMsaELM()
4813 alu_out = static_cast<int64_t>(ws.d[n]); in DecodeTypeMsaELM()
4814 SetResult(wd_reg(), alu_out); in DecodeTypeMsaELM()
6530 int64_t alu_out = 0; in DecodeTypeImmediate() local
6948 alu_out = ReadW(addr, instr_.instr()); in DecodeTypeImmediate()
6949 alu_out = static_cast<uint32_t> (alu_out) >> al_offset * 8; in DecodeTypeImmediate()
6950 alu_out |= rt & mask; in DecodeTypeImmediate()
6951 set_register(rt_reg, alu_out); in DecodeTypeImmediate()
6960 alu_out = Read2W(addr, instr_.instr()); in DecodeTypeImmediate()
6961 alu_out <<= byte_shift * 8; in DecodeTypeImmediate()
6962 alu_out |= rt & mask; in DecodeTypeImmediate()
6963 set_register(rt_reg, alu_out); in DecodeTypeImmediate()
6972 alu_out = Read2W(addr, instr_.instr()); in DecodeTypeImmediate()
6973 alu_out = alu_out >> al_offset * 8; in DecodeTypeImmediate()
6974 alu_out |= rt & mask; in DecodeTypeImmediate()
6975 set_register(rt_reg, alu_out); in DecodeTypeImmediate()
7081 alu_out = static_cast<int64_t>(~0x0FFFF) & addr; in DecodeTypeImmediate()
7084 alu_out = current_pc + (se_imm16 << 16); in DecodeTypeImmediate()
7094 alu_out = Read2W(addr, instr_.instr()); in DecodeTypeImmediate()
7106 alu_out = *ptr; in DecodeTypeImmediate()
7115 alu_out = *ptr; in DecodeTypeImmediate()
7121 alu_out = current_pc + (se_imm19 << 2); in DecodeTypeImmediate()
7134 SetResult(rs_reg, alu_out); in DecodeTypeImmediate()