summaryrefslogtreecommitdiff
path: root/avx512-0037785/compiler/x86/rax86.pas
diff options
context:
space:
mode:
Diffstat (limited to 'avx512-0037785/compiler/x86/rax86.pas')
-rw-r--r--avx512-0037785/compiler/x86/rax86.pas39
1 files changed, 0 insertions, 39 deletions
diff --git a/avx512-0037785/compiler/x86/rax86.pas b/avx512-0037785/compiler/x86/rax86.pas
index 3cbac44ed9..e2e0e1f0f3 100644
--- a/avx512-0037785/compiler/x86/rax86.pas
+++ b/avx512-0037785/compiler/x86/rax86.pas
@@ -868,7 +868,6 @@ begin
if memoffset = 0 then
begin
Message3(asmr_w_check_mem_operand_size3,
- //std_op2str[opcode],
getstring(false),
ToStr(memopsize),
ToStr(memrefsize)
@@ -877,7 +876,6 @@ begin
else
begin
Message4(asmr_w_check_mem_operand_size_offset,
- //std_op2str[opcode],
getstring(false),
ToStr(memopsize),
ToStr(memrefsize),
@@ -2106,43 +2104,6 @@ begin
if asize<>0 then
ai.oper[i-1]^.ot:=(ai.oper[i-1]^.ot and not OT_SIZE_MASK) or asize;
end;
-
- // if MemRefInfo(opcode).ExistsSSEAVX then
- // begin
- // asize := 0;
- //
- // case operands[i].size of
- // OS_32,OS_M32: if (operands[i].HasType) or
- // (MemRefInfo(opcode).MemRefSize = msiMem32) or
- // (MemRefInfo(opcode).MemRefSizeBCST = msbBCST32)
- // //(((tx86operand(operands[i]).vopext and OTVE_VECTOR_BCST) = OTVE_VECTOR_BCST) and
- // // (MemRefInfo(opcode).MemRefSizeBCST = msbBCST32)
- // //)
- // then
- // asize:=OT_BITS32;
- // OS_64,OS_M64: if (operands[i].HasType) or
- // (MemRefInfo(opcode).MemRefSizeBCST = msbBCST64)
- // (MemRefInfo(opcode).MemRefSize = msiMem64) or
- // //(((tx86operand(operands[i]).vopext and OTVE_VECTOR_BCST) = OTVE_VECTOR_BCST) and
- // // (MemRefInfo(opcode).MemRefSizeBCST = msbBCST64)
- // //) then
- // (MemRefInfo(opcode).MemRefSizeBCST = msbBCST64) then
- // asize:=OT_BITS64;
- // OS_M128: if (operands[i].HasType) or
- // (MemRefInfo(opcode).MemRefSize = msiMem128) then
- // //asize:=OT_BITS128;
- // OS_M256: if (operands[i].HasType) or
- // (MemRefInfo(opcode).MemRefSize = msiMem256) then
- // //asize:=OT_BITS256;
- // OS_M512: if (operands[i].HasType) or
- // (MemRefInfo(opcode).MemRefSize = msiMem512) then
- // //asize:=OT_BITS512;
- // else;
- // end;
- //
- // if asize<>0 then
- // ai.oper[i-1]^.ot:=(ai.oper[i-1]^.ot and not OT_SIZE_MASK) or asize;
- // end;
end;
OPR_REFERENCE:
begin