Lines Matching refs:subopc
2266 UInt /*irno,*/ opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_AMD64Instr() local
2466 opc_cl = opc_imm = subopc = 0; in emit_AMD64Instr()
2468 case Ash_SHR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 5; break; in emit_AMD64Instr()
2469 case Ash_SAR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 7; break; in emit_AMD64Instr()
2470 case Ash_SHL: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 4; break; in emit_AMD64Instr()
2476 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst); in emit_AMD64Instr()
2481 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst); in emit_AMD64Instr()
2580 subopc = i->Ain.MulL.syned ? 5 : 4; in emit_AMD64Instr()
2586 p = doAMode_M(p, fake(subopc), in emit_AMD64Instr()
2593 p = doAMode_R(p, fake(subopc), in emit_AMD64Instr()
2602 subopc = i->Ain.Div.syned ? 7 : 6; in emit_AMD64Instr()
2609 p = doAMode_M(p, fake(subopc), in emit_AMD64Instr()
2616 p = doAMode_R(p, fake(subopc), in emit_AMD64Instr()
2629 p = doAMode_M(p, fake(subopc), in emit_AMD64Instr()
2636 p = doAMode_R(p, fake(subopc), in emit_AMD64Instr()