Lines Matching refs:instructions
49 // via 'jalr t9' or 'jr t9' instructions. This is relied upon by gcc when
89 // Always use 2 instructions (lui/ori pair), even if the constant could
171 // Jump, Call, and Ret pseudo instructions implementing inter-working.
213 // 2 instructions.
441 // nop(type)). These instructions are generated to mark special location in
592 // Pseudo-instructions.
705 void FlushICache(Register address, unsigned instructions);
1496 CodePatcher(byte* address, int instructions);
1514 int instructions_; // Number of instructions of the expected patch size.