Home
last modified time | relevance | path

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

/qemu/target/tricore/
H A Dtranslate.c4960 const9 = MASK_OP_RC_CONST9(ctx->opcode); in decode_rc_logical_shift()
5072 const9 = MASK_OP_RC_CONST9(ctx->opcode); in decode_rc_accumulator()
5081 const9 = MASK_OP_RC_CONST9(ctx->opcode); in decode_rc_accumulator()
5102 const9 = MASK_OP_RC_CONST9(ctx->opcode); in decode_rc_accumulator()
5109 const9 = MASK_OP_RC_CONST9(ctx->opcode); in decode_rc_accumulator()
5144 const9 = MASK_OP_RC_CONST9(ctx->opcode); in decode_rc_accumulator()
5153 const9 = MASK_OP_RC_CONST9(ctx->opcode); in decode_rc_accumulator()
5180 const9 = MASK_OP_RC_CONST9(ctx->opcode); in decode_rc_accumulator()
5187 const9 = MASK_OP_RC_CONST9(ctx->opcode); in decode_rc_accumulator()
5202 const9 = MASK_OP_RC_CONST9(ctx->opcode); in decode_rc_accumulator()
[all …]
H A Dtricore-opcodes.h158 #define MASK_OP_RC_CONST9(op) MASK_BITS_SHIFT(op, 12, 20) macro