Lines Matching refs:subopc
2351 UInt /*irno,*/ opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_AMD64Instr() local
2580 opc_cl = opc_imm = subopc = 0; in emit_AMD64Instr()
2582 case Ash_SHR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 5; break; in emit_AMD64Instr()
2583 case Ash_SAR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 7; break; in emit_AMD64Instr()
2584 case Ash_SHL: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 4; break; in emit_AMD64Instr()
2590 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst); in emit_AMD64Instr()
2595 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst); in emit_AMD64Instr()
2694 subopc = i->Ain.MulL.syned ? 5 : 4; in emit_AMD64Instr()
2700 p = doAMode_M(p, fake(subopc), in emit_AMD64Instr()
2707 p = doAMode_R(p, fake(subopc), in emit_AMD64Instr()
2716 subopc = i->Ain.Div.syned ? 7 : 6; in emit_AMD64Instr()
2723 p = doAMode_M(p, fake(subopc), in emit_AMD64Instr()
2730 p = doAMode_R(p, fake(subopc), in emit_AMD64Instr()
2743 p = doAMode_M(p, fake(subopc), in emit_AMD64Instr()
2750 p = doAMode_R(p, fake(subopc), in emit_AMD64Instr()