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: 4329 gen_compute_branch_nm(ctx, OPC_BGEZAL, 4, 0, 0, s); 4342 gen_compute_branch_nm(ctx, OPC_BGEZAL, 4, 0, 0, s); 4726 gen_compute_branch_nm(ctx, OPC_BGEZAL, 2, 0, 0,
|
H A D | micromips_translate.c.inc | 2372 gen_compute_branch(ctx, OPC_BGEZAL, 4, rs, -1, imm << 1, 4); 2377 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 4392 case OPC_BGEZAL: in gen_compute_branch() 4466 case OPC_BGEZAL: /* 0 >= 0 */ in gen_compute_branch() 4539 case OPC_BGEZAL: in gen_compute_branch() 14356 case OPC_BGEZAL: in decode_opc_legacy()
|