Searched refs:funct (Results 1 – 2 of 2) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 48 /* I8 funct field */ 67 /* RR funct field */ 101 /* I64 funct field */ 394 int ry, int funct, int16_t offset, 397 switch (funct) { 457 int op, rx, ry, funct, sa; 463 funct = (ctx->opcode >> 8) & 0x7; 547 switch (funct) { 642 decode_i64_mips16(ctx, ry, funct, offset, 1); 658 int funct; [all …]
|
/qemu/hw/mips/ |
H A D | bootloader.c | 85 uint8_t shift, uint8_t funct) in bl_gen_r_type() argument 95 insn = deposit32(insn, 0, 6, funct); in bl_gen_r_type()
|