Lines Matching defs:code
98 that the preamble will never occur except in specific code
103 /* Translates PPC32/64 code to IR. */
150 /* Pointer to the guest code area. */
160 /* The IRSB* into which we're generating code. */
182 /* Simple; "& f" points directly at the code for f. */
2141 /* Vex-generated code expects the FPSCR to be set as follows:
4450 /* Hack to pass through code that just wants to read the PC */
4728 /* Do the code generation for a trap. Returned Bool is true iff
5100 are carried through to the generated code. */
5416 /* Generates code to swap the byte order in an Ity_I32. */
5434 /* Generates code to swap the byte order in the lower half of an Ity_I32,
5884 /* Invalidate all translations containing code from the cache
9310 UChar* code = (UChar*)(guest_code + delta);
9327 if (getUIntBigendianly(code+ 0) == word1 &&
9328 getUIntBigendianly(code+ 4) == word2 &&
9329 getUIntBigendianly(code+ 8) == word3 &&
9330 getUIntBigendianly(code+12) == word4) {
9332 if (getUIntBigendianly(code+16) == 0x7C210B78 /* or 1,1,1 */) {
9342 if (getUIntBigendianly(code+16) == 0x7C421378 /* or 2,2,2 */) {
9351 if (getUIntBigendianly(code+16) == 0x7C631B78 /* or 3,3,3 */) {
9362 if (getUIntBigendianly(code+16) == 0x7C842378 /* or 4,4,4 */) {
9372 theInstr = getUIntBigendianly(code+16);