Home
last modified time | relevance | path

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

/qemu/target/cris/
H A Dopcode-cris.h174 #define BRANCH_INCR_HIGH (0x0D) macro
176 ((BRANCH_INCR_HIGH + CC_A * 0x10) * 0x0100 + BRANCH_PC_LOW)
/qemu/disas/
H A Dcris.c1939 if (opcodep->match != (BRANCH_PC_LOW + BRANCH_INCR_HIGH * 256)) in print_with_operands()