Home | History | Annotate | Download | only in src

Lines Matching defs:REGISTER

42   V(Register,        REGISTER)          \
54 REGISTER,
113 // instruction start. Register allocator is free to assign the same register
119 // instruction. This means that register allocator will not reuse it's
120 // register for any other operand inside instruction.
258 // [virtual_register]: The virtual register ID for this operand.
427 explicit LRegister(int index) : LOperand(REGISTER, index) { }
609 void Register(int deoptimization_index,