Home | History | Annotate | Download | only in mips

Lines Matching refs:instructions

62 // code generated for some assembly instructions (because they boil down
135 // at: Reserved for synthetic instructions.
356 // Class Operand represents a shifter operand in data processing instructions.
388 // Class MemOperand represents a memory operand in load and store instructions.
509 // Create an assembler. Instructions and relocation information are emitted
510 // into a buffer, with the instructions starting from the beginning and the
577 // has already deserialized the lui/ori instructions etc.
601 // are split across two consecutive instructions and don't exist separately
606 // Number of consecutive instructions used to store 32bit constant.
612 // to 3 instructions (LUI+ORI+J/JAL/JR/JALR).
631 // Number of instructions used for the JS return sequence. The constant is
642 // Insert the smallest number of nop instructions
670 // --------Branch-and-jump-instructions----------
671 // We don't use likely variant of instructions.
704 //-------Data-processing-instructions---------
729 // Please note: sll(zero_reg, zero_reg, x) instructions are reserved as nop
742 //------------Memory-instructions-------------
758 //-------------Misc-instructions--------------
760 // Break / Trap instructions.
791 //--------Coprocessor-instructions----------------
862 // Check the number of instructions generated from label to here.
884 // sequences of instructions that must be emitted as a unit, before
940 // instructions.
941 void BlockTrampolinePoolFor(int instructions);
951 // Read/patch instructions.
1094 // the generated instructions. This is so that multi-instruction sequences do
1102 // expensive. By default we only check again once a number of instructions
1257 // branch instruction generation, where we use jump instructions rather
1258 // than regular branch instructions.