Lines Matching refs:a

8 # This file contains a block of comment lines, each beginning with #,
10 # of the file, so a reader can skip past the comments and hand the
11 # rest of the file to a standard CSV reader.
42 # The instruction mnemonics are as used in the Intel manual, with a few exceptions.
66 # The forms r8, r16, r32, r64 indicate a register selected by the modrm reg encoding.
67 # The forms rmr16, rmr32, rmr64 indicate a register (never memory) selected by the modrm r/m encodi…
68 # The forms r/m8, r/m16, r/m32, and r/m64 indicate a register or memory selected by the modrm r/m e…
69 # Forms with two sizes, like r32/m16 also indicate a register or memory selected by the modrm r/m e…
70 # but the size for a register argument differs from the size of a memory argument.
71 # The forms r8V, r16V, r32V, r64V indicate a register selected by the VEX.vvvv bits.
74 # The forms mm1, xmm1, and ymm1 indicate a multimedia register selected by the
76 # The forms mm2, xmm2, and ymm2 indicate a register (never memory) selected by
78 # The forms mm2/m64, xmm2/m128, and so on indicate a register or memory
80 # The forms xmmV and ymmV indicate a register selected by the VEX.vvvv bits.
81 # The forms xmmI and ymmI indicate a register selected by the top four bits of an /is4 immediate by…
84 # The form bnd1 indicates a bound register selected by the modrm reg encoding.
85 # The form bnd2 indicates a bound register (never memory) selected by the modrm r/m encoding.
86 # The forms bnd2/m64 and bnd2/m128 indicate a register or memorys selected by the modrm r/m encodin…
89 # One-of-a-kind operands: rel8, rel16, rel32, ptr16:16, ptr16:32,
122 # The tag column does not correspond to a traditional column in the Intel manual tables.
123 # Instead, it is itself a comma-separated list of tags or hints derived by analysis
145 # r/m encoding must specify a register or memory, respectively.
149 # modrm byte's r/m to indicate a register, while the latter requires it to indicate memory.
170 # Related packages (can be a good source of additional documentation):