Home | History | Annotate | Download | only in x87

Lines Matching refs:instructions

92   // branch instructions.  These are also the ones that need changing when a
103 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
104 // Patch the code at the current address with the supplied instructions.
106 *(pc_ + i) = *(instructions + i);
115 // Additional guard int3 instructions can be added if required.
137 // Add the requested number of int3 instructions after the call.
256 // that we are still not overlapping instructions and relocation info).
288 // instructions.
1417 // FPU instructions.
1866 // Clear the buffer in debug mode. Use 'int3' instructions to make