Home | History | Annotate | Download | only in priv

Lines Matching defs:code

53 /* Vex-generated code expects to run with the FPU set as follows: all
60 Vex-generated code, and should those values should be
115 - The code array, that is, the insns selected so far.
134 HInstrArray* code;
162 addHInstr(env->code, instr);
455 Generating code which is both efficient and correct when
470 regs. This always gives correct code, but it also gives a bunch
605 /* None of these insns, including any spill code that might
828 code list. Return a reg holding the result. This reg will be a
1173 /* This generates a truly rotten piece of code. Just as well
1834 expression, possibly also adding insns to the code list as a
2096 /* Generate code to evaluated a bit-typed expression, returning the
2097 condition code which would correspond when the expression would
2137 /* Generate code for the arg, and negate the test condition */
2304 by subsequent code emitted by the caller. */
2844 changed by subsequent code emitted by the caller.
3065 /* Sigh ... very rough code. Could do much better. */
3616 /* RRRufff! RRRufff code is what we're generating here. Oh
3667 /* RRRufff! RRRufff code is what we're generating here. Oh
4055 /* Doesn't generate any executable code ... */
4112 /* Translate an entire SB to amd64 code. */
4134 /* Set up output code array. */
4135 env->code = newHInstrArray();
4181 env->code->n_vregs = env->vreg_ctr;
4182 return env->code;