DGH

Data gathering hint

This instruction is a hint instruction that indicates that it is not expected to be performance optimal to merge memory accesses with Normal Non-cacheable or Device-GRE attributes appearing in program order before the hint instruction with any memory accesses appearing after the hint instruction into a single memory transaction on an interconnect.

Encoding: System

Variants: FEAT_DGH (PROFILE_R)

313029282726252423222120191817161514131211109876543210
11010101000000110010000011011111
CRmop2

DGH

Decoding algorithm

if !IsFeatureImplemented(FEAT_DGH) then EndOfDecode(Decode_NOP);

Operation

Hint_DGH();

Explanations