Lines Matching refs:BaseOpcode
1191 uint8_t BaseOpcode = X86II::getBaseOpcodeFor(TSFlags); in encodeInstruction() local
1194 BaseOpcode = 0x0F; // Weird 3DNow! encoding. in encodeInstruction()
1216 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()
1229 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()
1239 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()
1243 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()
1248 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()
1255 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()
1263 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()
1272 EmitByte(BaseOpcode + GetX86RegNum(MI.getOperand(CurOp++)), CurByte, OS); in encodeInstruction()
1276 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()
1291 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()
1306 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()
1342 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()
1363 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()
1379 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()
1408 EmitByte(BaseOpcode, CurByte, OS); in encodeInstruction()