Lines Matching refs:instructions
486 // at - Temporary (avoid MacroAssembler instructions also using 'at').
772 //------------Pseudo-instructions-------------
793 // We always need the same number of instructions as we may need to patch
794 // this code to load another value which may need 2 instructions to load.
909 void MacroAssembler::FlushICache(Register address, unsigned instructions) {
918 li(a1, instructions * kInstrSize);
1342 // MIPS FPU instructions implementing double precision to integer
1865 // We use branch_offset as an argument for the branch instructions to be sure
2203 // slt instructions. We could use sub or add instead but we would miss overflow
2596 // until associated instructions are emitted and available to be patched.
2613 // until associated instructions are emitted and available to be patched.
2633 // until associated instructions are emitted and available to be patched.
4498 // instructions generated, we insert padding here to keep the size
4501 // generated instructions is 14, so we use this as a maximum value.
5555 CodePatcher::CodePatcher(byte* address, int instructions)
5557 size_(instructions * Assembler::kInstrSize),
5561 // bytes of instructions without failing with buffer size constraints.
5591 // branch instructions (with opcode being the branch type).