Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc815 gen_HILO(ctx, OPC_MFHI, 0, uMIPS_RS5(ctx->opcode));
819 gen_HILO(ctx, OPC_MFLO, 0, uMIPS_RS5(ctx->opcode));
1327 gen_HILO(ctx, OPC_MFHI, minor >> 2, rs);
1330 gen_HILO(ctx, OPC_MFLO, minor >> 2, rs);
1333 gen_HILO(ctx, OPC_MTHI, minor >> 2, rs);
1336 gen_HILO(ctx, OPC_MTLO, minor >> 2, rs);
1346 gen_HILO(ctx, OPC_MFHI, 0, rs);
1349 gen_HILO(ctx, OPC_MFLO, 0, rs);
1352 gen_HILO(ctx, OPC_MTHI, 0, rs);
1355 gen_HILO(ctx, OPC_MTLO, 0, rs);
H A Dmips16e_translate.c.inc1007 gen_HILO(ctx, OPC_MFHI, 0, rx);
1042 gen_HILO(ctx, OPC_MFLO, 0, rx);
H A Dnanomips_translate.c.inc1555 gen_HILO(ctx, OPC_MFHI, v2 >> 3, ret);
1558 gen_HILO(ctx, OPC_MFLO, v2 >> 3, ret);
1561 gen_HILO(ctx, OPC_MTHI, v2 >> 3, v1);
1564 gen_HILO(ctx, OPC_MTLO, v2 >> 3, v1);
H A Dtranslate.c2875 static void gen_HILO(DisasContext *ctx, uint32_t opc, int acc, int reg) in gen_HILO() function
13092 gen_HILO(ctx, op1, 0, rd); in decode_opc_special_tx79()
13096 gen_HILO(ctx, op1, 0, rs); in decode_opc_special_tx79()
13144 gen_HILO(ctx, op1, rs & 3, rd); in decode_opc_special_legacy()
13148 gen_HILO(ctx, op1, rd & 3, rs); in decode_opc_special_legacy()