arm64: Implement __clear_cache.
commitd73b48840115f0adc97d6a9e6fe2aeb88fcbfbdd
authorEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>
Sun, 8 Mar 2015 00:10:44 +0000 (8 00:10 +0000)
committerEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>
Sun, 8 Mar 2015 00:10:44 +0000 (8 00:10 +0000)
treeef2688c4319da846d2df2d1b9ae405c13152e863
parent03303628c79c280d88214fea713a05d29a81f00a
arm64: Implement __clear_cache.

__clear_cache is defined in lib-arm64.c with a single call to
__arm64_clear_cache, which is the real built-in function and is
turned into inline assembler by gen_clear_cache in arm64-gen.c
arm64-gen.c
lib/lib-arm64.c
tcc.h
tccgen.c
tcctok.h