Home
last modified time | relevance | path

Searched refs:addr_off (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/qtest/
H A Dbios-tables-test.c179 int addr_off = 16 /* RsdtAddress */; in test_acpi_rxsdt_table() local
183 addr_off = 24 /* XsdtAddress */; in test_acpi_rxsdt_table()
189 &data->rsdp_table[addr_off], entry_size, sig, true); in test_acpi_rxsdt_table()
/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc3699 target_long addr_off = extract32(ctx->opcode, 0, 16) | insn << 16;
3704 tcg_gen_movi_tl(cpu_gpr[rt], addr_off);
3710 tcg_gen_addi_tl(cpu_gpr[rt], cpu_gpr[rt], addr_off);
3717 gen_op_addr_addi(ctx, cpu_gpr[rt], cpu_gpr[28], addr_off);
3724 addr_off);
3736 addr_off);
3751 addr_off);