Searched refs:is_uhi (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 825 if (is_uhi(ctx, extract32(ctx->opcode, 0, 4))) { 941 if (is_uhi(ctx, extract32(ctx->opcode, 6, 4))) { 1309 if (is_uhi(ctx, extract32(ctx->opcode, 16, 10))) {
|
H A D | mips16e_translate.c.inc | 952 if (is_uhi(ctx, extract32(ctx->opcode, 5, 6))) {
|
H A D | nanomips_translate.c.inc | 3582 if (is_uhi(ctx, extract32(ctx->opcode, 0, 19))) { 4507 if (is_uhi(ctx, extract32(ctx->opcode, 0, 3))) {
|
H A D | translate.c | 11236 static inline bool is_uhi(DisasContext *ctx, int sdbbp_code) in is_uhi() function 13022 if (is_uhi(ctx, extract32(ctx->opcode, 6, 20))) { in decode_opc_special_r6() 13425 if (is_uhi(ctx, extract32(ctx->opcode, 6, 20))) { in decode_opc_special2_legacy()
|