Lines Matching full:code
13 …wc/qemu-hexagon-automatic-translation-of-the-isa-manual-pseudcode-to-tiny-code-instructions-of-a-v…
15 *** Tour of the code ***
19 Hexagon-specific code are
32 produces a C function generating equivalent tiny code instructions.
104 TCG code instead of a call to the helper. If defined, the macro takes 1
106 C semantics (aka short code)
108 This allows the code generator to override the auto-generated code. In some
117 The instruction semantics C code relies heavily on macros. In cases where the
119 the short semantics option and #define the macros to generate TCG code. One
129 There are also cases where we brute force the TCG code generation.
218 code. If QEMU_GENERATE is not defined, we want the macro to generate vanilla
219 C code that will work in the helper implementation.
223 The functions in this file generate TCG code for a translation block. Some
228 decode_and_translate_packet - disassemble a packet and generate code