Home
last modified time | relevance | path

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

/qemu/disas/
H A Dcris.c371 BDAP_QUICK_OPCODE, BDAP_QUICK_Z_BITS, "pO", 0, SIZE_NONE,
1403 if (popcodep->match == BDAP_QUICK_OPCODE) in get_opcode_entry()
1640 if (prefix_opcodep->match == BDAP_QUICK_OPCODE) in cris_constraint()
2052 || opcodep->match == BDAP_QUICK_OPCODE); in print_with_operands()
2112 || (opcodep->match == BDAP_QUICK_OPCODE in print_with_operands()
2237 case BDAP_QUICK_OPCODE: in print_with_operands()
/qemu/target/cris/
H A Dopcode-cris.h115 #define BDAP_QUICK_OPCODE (0x0100) macro