Searched refs:gen_movci (Results 1 – 2 of 2) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1597 gen_movci(ctx, rt, rs, (ctx->opcode >> 13) & 0x7, 1); 1608 gen_movci(ctx, rt, rs, (ctx->opcode >> 13) & 0x7, 0);
|
H A D | translate.c | 9108 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()
|