Lines Matching refs:instructions
486 // at - Temporary (avoid MacroAssembler instructions also using 'at').
771 //------------Pseudo-instructions-------------
792 // We always need the same number of instructions as we may need to patch
793 // this code to load another value which may need 2 instructions to load.
912 void MacroAssembler::FlushICache(Register address, unsigned instructions) {
921 li(a1, instructions * kInstrSize);
1348 // MIPS FPU instructions implementing double precision to integer
1888 // We use branch_offset as an argument for the branch instructions to be sure
2224 // slt instructions. We could use sub or add instead but we would miss overflow
2609 // until associated instructions are emitted and available to be patched.
2626 // until associated instructions are emitted and available to be patched.
2646 // until associated instructions are emitted and available to be patched.
4405 // instructions generated, we insert padding here to keep the size
4408 // generated instructions is 14, so we use this as a maximum value.
5377 CodePatcher::CodePatcher(byte* address, int instructions)
5379 instructions_(instructions),
5380 size_(instructions * Assembler::kInstrSize),
5384 // bytes of instructions without failing with buffer size constraints.
5414 // branch instructions (with opcode being the branch type).