Searched refs:FREG (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 355 #define FREG(x) cpu_fregs[(x) ^ ctx->fbank] macro 966 tcg_gen_mov_i32(FREG(xdst), FREG(xsrc)); in _decode_opc() 967 tcg_gen_mov_i32(FREG(xdst + 1), FREG(xsrc + 1)); in _decode_opc() 969 tcg_gen_mov_i32(FREG(B11_8), FREG(B7_4)); in _decode_opc() 980 tcg_gen_qemu_st_i32(FREG(B7_4), REG(B11_8), ctx->memidx, in _decode_opc() 992 tcg_gen_qemu_ld_i32(FREG(B11_8), REG(B7_4), ctx->memidx, in _decode_opc() 1005 tcg_gen_qemu_ld_i32(FREG(B11_8), REG(B7_4), ctx->memidx, in _decode_opc() 1022 tcg_gen_qemu_st_i32(FREG(B7_4), addr, ctx->memidx, in _decode_opc() 1039 tcg_gen_qemu_ld_i32(FREG(B11_8), addr, ctx->memidx, in _decode_opc() 1055 tcg_gen_qemu_st_i32(FREG(B7_4), addr, ctx->memidx, in _decode_opc() [all …]
|
/openbmc/linux/drivers/spi/ |
H A D | spi-intel.c | 55 #define FREG(n) (0x54 + ((n) * 4)) macro 212 readl(ispi->base + FREG(i))); in intel_spi_dump_regs() 251 region = readl(ispi->base + FREG(i)); in intel_spi_dump_regs() 1236 region = readl(ispi->base + FREG(i)); in intel_spi_fill_partition()
|