Home
last modified time | relevance | path

Searched defs:is_load (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/m68k/
H A Dtranslate.c1939 int is_load = (insn & 0x0400) != 0; in DISAS_INSN() local
4881 int is_load = ((ext & 0x2000) == 0); in gen_op_fmovem() local
/openbmc/qemu/target/riscv/
H A Dvector_helper.c236 uint32_t esz, bool is_load) in vext_continuous_ldst_host()
405 uint32_t evl, uintptr_t ra, bool is_load) in vext_ldst_us()