Home
last modified time | relevance | path

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

/qemu/disas/
H A Dcris.c1825 if (matchedp->imm_oprnd_size == SIZE_FIX_32) in bytes_to_skip()
1827 else if (matchedp->imm_oprnd_size == SIZE_SPEC_REG) in bytes_to_skip()
2055 if (opcodep->imm_oprnd_size == SIZE_FIX_32) in print_with_operands()
2057 else if (opcodep->imm_oprnd_size == SIZE_SPEC_REG) in print_with_operands()
2157 if (opcodep->imm_oprnd_size == SIZE_FIX_32) in print_with_operands()
2159 else if (opcodep->imm_oprnd_size == SIZE_SPEC_REG) in print_with_operands()
/qemu/target/cris/
H A Dopcode-cris.h302 enum cris_imm_oprnd_size_type imm_oprnd_size; member