Home | History | Annotate | Download | only in priv

Lines Matching defs:code

36 /* Translates AMD64 code to IR. */
123 that the preamble will never occur except in specific code
195 /* Pointer to the guest code area (points to start of BB, not to the
206 /* The IRSB* into which we're generating code. */
3067 /* Generate code to divide ArchRegs RDX:RAX / EDX:EAX / DX:AX / AX by
4099 /* Code shared by all the string ops */
7387 fast-case painting code. Ideally we should drop more than
8839 * See http://code.google.com/p/data-race-test/issues/detail?id=49 */
9048 UChar* code = (UChar*)(guest_code + delta);
9055 if (code[ 0] == 0x48 && code[ 1] == 0xC1 && code[ 2] == 0xC7
9056 && code[ 3] == 0x03 &&
9057 code[ 4] == 0x48 && code[ 5] == 0xC1 && code[ 6] == 0xC7
9058 && code[ 7] == 0x0D &&
9059 code[ 8] == 0x48 && code[ 9] == 0xC1 && code[10] == 0xC7
9060 && code[11] == 0x3D &&
9061 code[12] == 0x48 && code[13] == 0xC1 && code[14] == 0xC7
9062 && code[15] == 0x33) {
9064 if (code[16] == 0x48 && code[17] == 0x87
9065 && code[18] == 0xDB /* xchgq %rbx,%rbx */) {
9074 if (code[16] == 0x48 && code[17] == 0x87
9075 && code[18] == 0xC9 /* xchgq %rcx,%rcx */) {
9083 if (code[16] == 0x48 && code[17] == 0x87
9084 && code[18] == 0xD2 /* xchgq %rdx,%rdx */) {
10331 are carried through to the generated code. */
11116 are carried through to the generated code. */
11470 here since that can't be re-emitted as SSE2 code - no such