86a645c5d9
I had been setting the REX R bit to select high registers, but you actually set the B bit. Don't know how I got that wrong before... the leading byte should be 49 not 4c. $ cat test.s foo: addq $7, %r8 $ clang -c test.s && objdump -d test.o 0000000000000000 <foo>: 0: 49 83 c0 07 add $0x7,%r8 Change-Id: I039e1c4f4ea20523a1e2cc9bcf5f6d9321a6223b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/227177 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Mike Klein <mtklein@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
dm | ||
docker | ||
docs/examples | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
specs | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
go.mod | ||
go.sum | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.