tcg-target.c.inc (e9266ecd8f4aeef164e53da8f1731f4e01ba3dca) | tcg-target.c.inc (7b8801071951c55dc506c1fca8b40ba292a28d6e) |
---|---|
1/* 2 * Initial TCG Implementation for aarch64 3 * 4 * Copyright (c) 2013 Huawei Technologies Duesseldorf GmbH 5 * Written by Claudio Fontana 6 * 7 * This work is licensed under the terms of the GNU GPL, version 2 or 8 * (at your option) any later version. --- 1581 unchanged lines hidden (view full) --- 1590} 1591 1592typedef struct { 1593 TCGReg base; 1594 TCGReg index; 1595 TCGType index_ext; 1596} HostAddress; 1597 | 1/* 2 * Initial TCG Implementation for aarch64 3 * 4 * Copyright (c) 2013 Huawei Technologies Duesseldorf GmbH 5 * Written by Claudio Fontana 6 * 7 * This work is licensed under the terms of the GNU GPL, version 2 or 8 * (at your option) any later version. --- 1581 unchanged lines hidden (view full) --- 1590} 1591 1592typedef struct { 1593 TCGReg base; 1594 TCGReg index; 1595 TCGType index_ext; 1596} HostAddress; 1597 |
1598bool tcg_target_has_memory_bswap(MemOp memop) 1599{ 1600 return false; 1601} 1602 |
|
1598static const TCGLdstHelperParam ldst_helper_param = { 1599 .ntmp = 1, .tmp = { TCG_REG_TMP } 1600}; 1601 1602static bool tcg_out_qemu_ld_slow_path(TCGContext *s, TCGLabelQemuLdst *lb) 1603{ 1604 MemOp opc = get_memop(lb->oi); 1605 --- 1464 unchanged lines hidden --- | 1603static const TCGLdstHelperParam ldst_helper_param = { 1604 .ntmp = 1, .tmp = { TCG_REG_TMP } 1605}; 1606 1607static bool tcg_out_qemu_ld_slow_path(TCGContext *s, TCGLabelQemuLdst *lb) 1608{ 1609 MemOp opc = get_memop(lb->oi); 1610 --- 1464 unchanged lines hidden --- |