Einzelnen Beitrag anzeigen

mwilms

Registriert seit: 23. Nov 2022
Ort: Wolfratshausen
37 Beiträge
 
Delphi 10.4 Sydney
 
#1

Assembler Zugriff auf 128 bit variable

  Alt 26. Nov 2022, 15:20
Hallo,

weiß jemand wie man das xxm0 Register mit einer 128bit Variable lädt?

Für 64 Bit:
Delphi-Quellcode:
var
  Bytes8: Int64; // Bzw. Double
asm
  movq xxm0,Bytes8
Für 128 Bit?
Delphi-Quellcode:
var
  Bytes16: ??? // Welche Deklaration?
asm
  movaps xmm0,Bytes16
Vielen Dank
  Mit Zitat antworten Zitat