Home
last modified time | relevance | path

Searched +full:0 +full:x52800000 (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/aarch64/
H A Dtcg-target.c.inc18 #define TCG_TARGET_CALL_STACK_OFFSET 0
31 QEMU_BUILD_BUG_ON(TCG_TYPE_I32 != 0 || TCG_TYPE_I64 != 1);
82 tcg_debug_assert(slot >= 0 && slot <= 1);
98 if (offset == sextract64(offset, 0, 26)) {
101 *src_rw = deposit32(*src_rw, 0, 26, offset);
112 if (offset == sextract64(offset, 0, 19)) {
124 if (offset == sextract64(offset, 0, 14)) {
134 tcg_debug_assert(addend == 0);
148 #define TCG_CT_CONST_AIMM 0x100
149 #define TCG_CT_CONST_LIMM 0x200
[all …]