Searched refs:OPC_BGEZAL (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | nanomips_translate.c.inc | 1130 case OPC_BGEZAL: 1169 case OPC_BGEZAL: /* 0 >= 0 */ 1203 case OPC_BGEZAL: 4355 gen_compute_branch_nm(ctx, OPC_BGEZAL, 4, 0, 0, s); 4368 gen_compute_branch_nm(ctx, OPC_BGEZAL, 4, 0, 0, s); 4752 gen_compute_branch_nm(ctx, OPC_BGEZAL, 2, 0, 0,
|
H A D | micromips_translate.c.inc | 2376 gen_compute_branch(ctx, OPC_BGEZAL, 4, rs, -1, imm << 1, 4); 2381 gen_compute_branch(ctx, OPC_BGEZAL, 4, rs, -1, imm << 1, 2);
|
H A D | translate.c | 305 OPC_BGEZAL = (0x11 << 16) | OPC_REGIMM, enumerator 4609 case OPC_BGEZAL: in gen_compute_branch() 4683 case OPC_BGEZAL: /* 0 >= 0 */ in gen_compute_branch() 4756 case OPC_BGEZAL: in gen_compute_branch() 14615 case OPC_BGEZAL: in decode_opc_legacy()
|