Home
last modified time | relevance | path

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

/openbmc/qemu/target/xtensa/
H A Dhelper.c115 assert(xtensa_opcode_num_operands(config->isa, i) <= MAX_OPCODE_ARGS); in init_libisa()
H A Dcpu.h223 #define MAX_OPCODE_ARGS 16 macro