Home | History | Annotate | Download | only in mips

Lines Matching full:opcode

193   virtual Opcode opcode() const V8_FINAL V8_OVERRIDE {                      \
228 enum Opcode {
236 virtual Opcode opcode() const = 0;
240 bool Is##type() const { return opcode() == k##type; }
245 // an opcode.
1475 virtual Opcode opcode() const V8_OVERRIDE {
1503 virtual Opcode opcode() const V8_FINAL { return LInstruction::kArithmeticT; }