Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dtranslate.c5429 TCGv loadval; in DISAS_INSN() local
5455 loadval = gen_load(s, OS_LONG, addr, 0, IS_USER(s)); in DISAS_INSN()
5461 loadval = addr = NULL_QREG; in DISAS_INSN()
5574 tcg_gen_mov_i32(rw, loadval); in DISAS_INSN()