Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1597 gen_movci(ctx, rt, rs, (ctx->opcode >> 13) & 0x7, 1);
1608 gen_movci(ctx, rt, rs, (ctx->opcode >> 13) & 0x7, 0);
H A Dtranslate.c9108 static void gen_movci(DisasContext *ctx, int rd, int rs, int cc, int tf) in gen_movci() function
13154 gen_movci(ctx, rd, rs, (ctx->opcode >> 18) & 0x7, in decode_opc_special_legacy()