tcg-target.c.inc (327ec8d6c2a2223b78d311153a471036e474c5c5) | tcg-target.c.inc (7b8801071951c55dc506c1fca8b40ba292a28d6e) |
---|---|
1/* 2 * Tiny Code Generator for QEMU 3 * 4 * Copyright (c) 2009, 2011 Stefan Weil 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights --- 949 unchanged lines hidden (view full) --- 958 tcg_set_frame(s, TCG_REG_CALL_STACK, TCG_STATIC_CALL_ARGS_SIZE, 959 TCG_STATIC_FRAME_SIZE); 960} 961 962/* Generate global QEMU prologue and epilogue code. */ 963static inline void tcg_target_qemu_prologue(TCGContext *s) 964{ 965} | 1/* 2 * Tiny Code Generator for QEMU 3 * 4 * Copyright (c) 2009, 2011 Stefan Weil 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights --- 949 unchanged lines hidden (view full) --- 958 tcg_set_frame(s, TCG_REG_CALL_STACK, TCG_STATIC_CALL_ARGS_SIZE, 959 TCG_STATIC_FRAME_SIZE); 960} 961 962/* Generate global QEMU prologue and epilogue code. */ 963static inline void tcg_target_qemu_prologue(TCGContext *s) 964{ 965} |
966 967bool tcg_target_has_memory_bswap(MemOp memop) 968{ 969 return true; 970} |
|