Home
last modified time | relevance | path

Searched refs:datalo (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-int.c89 unsigned int intrcause, datalo, datahi; in corehi_irqdispatch() local
112 datalo = GT_READ(GT_CPUERR_ADDRLO_OFS); in corehi_irqdispatch()
116 datahi, datalo); in corehi_irqdispatch()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgp100.c42 u32 datalo = nvkm_ro32(pt->memory, pt->base + ptei * 8 + 0); in gp100_vmm_pfn_unmap() local
44 u64 data = (u64)datahi << 32 | datalo; in gp100_vmm_pfn_unmap()
61 u32 datalo = nvkm_ro32(pt->memory, pt->base + ptei * 8 + 0); in gp100_vmm_pfn_clear() local
63 u64 data = (u64)datahi << 32 | datalo; in gp100_vmm_pfn_clear()
276 u32 datalo = nvkm_ro32(pt->memory, pt->base + ptei * 16 + 0); in gp100_vmm_pd0_pfn_unmap() local
278 u64 data = (u64)datahi << 32 | datalo; in gp100_vmm_pd0_pfn_unmap()
297 u32 datalo = nvkm_ro32(pt->memory, pt->base + ptei * 16 + 0); in gp100_vmm_pd0_pfn_clear() local
299 u64 data = (u64)datahi << 32 | datalo; in gp100_vmm_pd0_pfn_clear()
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc1541 static void tcg_out_qemu_ld_direct(TCGContext *s, MemOp opc, TCGReg datalo,
1552 tcg_out_ld8_12(s, h.cond, datalo, h.base, 0);
1554 tcg_out_ld8_r(s, h.cond, datalo, h.base, h.index);
1559 tcg_out_ld8s_8(s, h.cond, datalo, h.base, 0);
1561 tcg_out_ld8s_r(s, h.cond, datalo, h.base, h.index);
1566 tcg_out_ld16u_8(s, h.cond, datalo, h.base, 0);
1568 tcg_out_ld16u_r(s, h.cond, datalo, h.base, h.index);
1573 tcg_out_ld16s_8(s, h.cond, datalo, h.base, 0);
1575 tcg_out_ld16s_r(s, h.cond, datalo, h.base, h.index);
1580 tcg_out_ld32_12(s, h.cond, datalo, h.base, 0);
[all …]
/openbmc/linux/arch/mips/mm/
H A Dcerr-sb1.c531 unsigned long long datalo; in extract_dc() local
550 datalo = ((unsigned long long)datalohi << 32) | datalolo; in extract_dc()
551 ecc = dc_ecc(datalo); in extract_dc()
559 printk(" %02X-%016llX", datahi, datalo); in extract_dc()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc2254 static void tcg_out_qemu_ld_direct(TCGContext *s, TCGReg datalo, TCGReg datahi,
2270 tcg_out_modrm_sib_offset(s, OPC_MOVZBL + h.seg, datalo,
2274 tcg_out_modrm_sib_offset(s, OPC_MOVSBL + rexw + h.seg, datalo,
2280 if (datalo != h.base && datalo != h.index) {
2282 tgen_arithr(s, ARITH_XOR, datalo, datalo);
2284 datalo, h.base, h.index, 0, h.ofs);
2287 datalo, h.base, h.index, 0, h.ofs);
2288 tcg_out_ext16u(s, datalo, datalo);
2291 tcg_out_modrm_sib_offset(s, OPC_MOVZWL + h.seg, datalo,
2298 datalo, h.base, h.index, 0, h.ofs);
[all …]
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc2631 static void tcg_out_qemu_ld(TCGContext *s, TCGReg datalo, TCGReg datahi,
2644 tcg_out32(s, LWBRX | TAB(datalo, h.base, h.index));
2649 tcg_out32(s, LWZX | TAB(datalo, h.base, TCG_REG_R0));
2651 tcg_out32(s, LWZ | TAI(datalo, h.index, 4));
2655 tcg_out32(s, LWZ | TAI(datalo, h.index, 4));
2661 tcg_out32(s, LWBRX | TAB(datalo, h.base, h.index));
2663 tcg_out_rld(s, RLDIMI, datalo, TCG_REG_R0, 32, 0);
2665 tcg_out32(s, insn | TAB(datalo, h.base, h.index));
2668 tcg_out32(s, insn | TAB(datalo, h.base, h.index));
2669 tcg_out_movext(s, TCG_TYPE_REG, datalo,
[all …]
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc1451 static void tcg_out_qemu_ld(TCGContext *s, TCGReg datalo, TCGReg datahi,
1462 tcg_out_qemu_ld_direct(s, datalo, datahi, h.base, opc, data_type);
1464 tcg_out_qemu_ld_unalign(s, datalo, datahi, h.base, opc, data_type);
1469 ldst->datalo_reg = datalo;
1538 static void tcg_out_qemu_st(TCGContext *s, TCGReg datalo, TCGReg datahi,
1549 tcg_out_qemu_st_direct(s, datalo, datahi, h.base, opc);
1551 tcg_out_qemu_st_unalign(s, datalo, datahi, h.base, opc);
1556 ldst->datalo_reg = datalo;
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1938 static void tcg_out_qemu_ldst_i128(TCGContext *s, TCGReg datalo, TCGReg datahi,
1993 if (datalo == base || datahi == base) {
1997 ll = sl = datalo;
2009 sl = datalo;
2026 tcg_out_insn(s, 3314, LDP, datalo, datahi, base, 0, 1, 0);
2028 tcg_out_insn(s, 3314, STP, datalo, datahi, base, 0, 1, 0);
2034 ldst->datalo_reg = datalo;
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc1997 static void tcg_out_qemu_ldst_i128(TCGContext *s, TCGReg datalo, TCGReg datahi,
2029 tcg_debug_assert(datalo & 1);
2030 tcg_debug_assert(datahi == datalo - 1);
2043 d1 = datalo, d2 = datahi;
2046 d1 = datahi, d2 = datalo;
2065 ldst->datalo_reg = datalo;