| /openbmc/qemu/tests/tcg/ppc64/ |
| H A D | xxspltw.c | 14 #define TEST(HI, LO, UIM, RES) \ argument 19 } h = { .u = HI }, l = { .u = LO }; \ 33 " %016" PRIx64 "%016" PRIx64 "\n", HI, LO, UIM, \
|
| /openbmc/qemu/linux-user/mips/ |
| H A D | signal.c | 117 __put_user(regs->active_tc.LO[0], &sc->sc_mdlo); in setup_sigcontext() 124 __put_user(regs->active_tc.LO[1], &sc->sc_lo1); in setup_sigcontext() 125 __put_user(regs->active_tc.LO[2], &sc->sc_lo2); in setup_sigcontext() 126 __put_user(regs->active_tc.LO[3], &sc->sc_lo3); in setup_sigcontext() 147 __get_user(regs->active_tc.LO[0], &sc->sc_mdlo); in restore_sigcontext() 156 __get_user(regs->active_tc.LO[1], &sc->sc_lo1); in restore_sigcontext() 157 __get_user(regs->active_tc.LO[2], &sc->sc_lo2); in restore_sigcontext() 158 __get_user(regs->active_tc.LO[3], &sc->sc_lo3); in restore_sigcontext()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | dsp_helper.c | 257 (uint64_t)env->active_tc.LO[acc]; in mipsdsp_sat32_acc_q31() 259 temp = (uint64_t)env->active_tc.LO[acc]; in mipsdsp_sat32_acc_q31() 289 ret[0] = env->active_tc.LO[ac] + a[0]; in mipsdsp_sat64_acc_add_q63() 292 if (((uint64_t)ret[0] < (uint64_t)env->active_tc.LO[ac]) && in mipsdsp_sat64_acc_add_q63() 316 ret[0] = env->active_tc.LO[ac] - a[0]; in mipsdsp_sat64_acc_sub_q63() 319 if ((uint64_t)ret[0] > (uint64_t)env->active_tc.LO[ac]) { in mipsdsp_sat64_acc_sub_q63() 511 ((int64_t)env->active_tc.LO[ac] & 0xFFFFFFFF); in mipsdsp_rndrashift_short_acc() 526 tempA = env->active_tc.LO[ac]; in mipsdsp_rashift_acc() 547 tempA = env->active_tc.LO[ac]; in mipsdsp_rndrashift_acc() 2058 ((uint64_t)env->active_tc.LO[ac] & MIPSDSP_LLO); \ [all …]
|
| H A D | vr54xx_helper.c | 30 (uint32_t)env->active_tc.LO[0]; in get_HILO() 35 env->active_tc.LO[0] = (int32_t)(HILO & 0xFFFFFFFF); in set_HIT0_LO() 41 target_ulong tmp = env->active_tc.LO[0] = (int32_t)(HILO & 0xFFFFFFFF); in set_HI_LOT0()
|
| H A D | translate.c | 237 /* HI / LO registers load & stores */ 2895 /* Arithmetic on HI/LO registers */ 3431 * (rd, LO, HI) <- rs * rt 3439 * (rd, LO, HI) <- (LO, HI) + rs * rt 3442 * GPR rd and the special register LO. The high-order 32-bits of the 13065 case OPC_MFHI: /* Move from HI/LO */ in decode_opc_special_tx79() 13070 case OPC_MTLO: /* Move to HI/LO */ in decode_opc_special_tx79() 13117 case OPC_MFHI: /* Move from HI/LO */ in decode_opc_special_legacy() 13122 case OPC_MTLO: /* Move to HI/LO */ in decode_opc_special_legacy() [all...] |
| /openbmc/qemu/target/mips/ |
| H A D | gdbstub.c | 53 return gdb_get_regl(mem_buf, env->active_tc.LO[0]); in mips_cpu_gdb_read_register() 116 env->active_tc.LO[0] = tmp; in mips_cpu_gdb_write_register()
|
| H A D | kvm.c | 1193 regs.lo = (int64_t)(target_long)env->active_tc.LO[0]; in kvm_arch_put_registers() 1234 env->active_tc.LO[0] = regs.lo; in kvm_arch_get_registers()
|
| H A D | cpu.h | 473 target_ulong LO[MIPS_DSP_ACC]; member
|
| H A D | cpu.c | 88 " LO=0x" TARGET_FMT_lx " ds %04x " in mips_cpu_dump_state() 90 env->active_tc.PC, env->active_tc.HI[0], env->active_tc.LO[0], in mips_cpu_dump_state()
|
| /openbmc/qemu/target/mips/tcg/system/ |
| H A D | cp0_helper.c | 1445 return other->active_tc.LO[sel]; in helper_mftlo() 1447 return other->tcs[other_tc].LO[sel]; in helper_mftlo() 1505 other->active_tc.LO[sel] = arg1; in helper_mttlo() 1507 other->tcs[other_tc].LO[sel] = arg1; in helper_mttlo()
|
| /openbmc/qemu/target/mips/system/ |
| H A D | machine.c | 89 VMSTATE_UINTTL_ARRAY(LO, TCState, MIPS_DSP_ACC),
|
| /openbmc/qemu/target/hexagon/ |
| H A D | macros.h | 613 #define fSETBITS(HI, LO, DST, VAL) \ argument 616 for (j = LO; j <= HI; j++) { \
|
| /openbmc/openbmc/meta-security/classes/ |
| H A D | dm-verity-img.bbclass | 95 # and then cut it in 1/2 ; HI for data UUID and LO for hash-data UUID.
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu-features.h | 304 FIELD(ID_AA64MMFR1, LO, 16, 4) in isar_feature_aa32_pmuv3p1() 1234 return FIELD_EX64_IDREG(id, ID_AA64MMFR1, LO) != 0;
|
| H A D | cpu.h | |
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | macros.def | 1455 for (j=LO;j<=HI;j++) {
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | cpu64.c | 1301 t = FIELD_DP64(t, ID_AA64MMFR1, LO, 1); /* FEAT_LOR */ in aarch64_max_tcg_initfn()
|
| /openbmc/qemu/linux-user/ |
| H A D | elfload.c | |
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
| H A D | 0003-wayland-Add-Wayland-example.patch | 76 …W_BU]?RZ>RY<OW>PX:OW8MU=SY9NTEdcDdc8WV+JI1MM2KK=OP:ILCQMDRP9KL@SV=QV>RV>NT=LO{��s��=We7O_6O_7P`B[k…
|