Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dtricore-opcodes.h167 #define MASK_OP_RCPW_WIDTH(op) MASK_BITS_SHIFT(op, 16, 20) macro
H A Dtranslate.c5300 width = MASK_OP_RCPW_WIDTH(ctx->opcode); in decode_rcpw_insert()