Home
last modified time | relevance | path

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

/qemu/target/tricore/
H A Dtranslate.c8017 int32_t bpos; in decode_32Bit_opc() local
8083 bpos = MASK_OP_ABSB_BPOS(ctx->opcode); in decode_32Bit_opc()
8089 tcg_gen_andi_tl(temp2, temp2, ~(0x1u << bpos)); in decode_32Bit_opc()
8090 tcg_gen_ori_tl(temp2, temp2, (b << bpos)); in decode_32Bit_opc()