dougallj / applegpu

Apple G13 GPU architecture docs and tools
BSD 3-Clause "New" or "Revised" License
545 stars 40 forks source link

Rename mov -> mov_imm and bitop_mov -> mov #11

Closed alyssarosenzweig closed 2 years ago

alyssarosenzweig commented 2 years ago

These names are both shorter and clearer. That mov is internally a special case of bitop is an implementation detail, not something the assembly programmer should worry about. Likewise, mov_imm isn't a general move -- mov has that honour -- it's specifically move immediate.

Signed-off-by: Alyssa Rosenzweig alyssa@rosenzweig.io