Home | History | Annotate | Download | only in mips

Lines Matching refs:instructions

63 // code generated for some assembly instructions (because they boil down
155 // at: Reserved for synthetic instructions.
360 // Class Operand represents a shifter operand in data processing instructions.
397 // Class MemOperand represents a memory operand in load and store instructions.
424 // Create an assembler. Instructions and relocation information are emitted
425 // into a buffer, with the instructions starting from the beginning and the
520 // has already deserialized the lui/ori instructions etc.
538 // are split across two consecutive instructions and don't exist separately
543 // Number of consecutive instructions used to store 32bit constant.
549 // to 3 instructions (LUI+ORI+J/JAL/JR/JALR).
570 // Number of instructions used for the JS return sequence. The constant is
581 // Insert the smallest number of nop instructions
607 // marking, to avoid conflict with ssnop and ehb instructions.
615 // --------Branch-and-jump-instructions----------
616 // We don't use likely variant of instructions.
649 // -------Data-processing-instructions---------
674 // Please note: sll(zero_reg, zero_reg, x) instructions are reserved as nop
687 // ------------Memory-instructions-------------
708 // -------------Misc-instructions--------------
710 // Break / Trap instructions.
741 // --------Coprocessor-instructions----------------
813 // Check the number of instructions generated from label to here.
835 // sequences of instructions that must be emitted as a unit, before
892 // instructions.
893 void BlockTrampolinePoolFor(int instructions);
903 // Read/patch instructions.
1044 // the generated instructions. This is so that multi-instruction sequences do
1051 // expensive. By default we only check again once a number of instructions
1213 // branch instruction generation, where we use jump instructions rather
1214 // than regular branch instructions.