Searched refs:bound1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 4277 TCGv addr1, addr2, bound1, bound2, reg; in DISAS_INSN() local 4305 bound1 = gen_load(s, opsize, addr1, 1, IS_USER(s)); in DISAS_INSN() 4316 gen_helper_chk2(tcg_env, reg, bound1, bound2); in DISAS_INSN()
|