Lines Matching refs:kReadWrite

69   V(StaLookupSlotSloppy, AccumulatorUse::kReadWrite, OperandType::kIdx)        \
70 V(StaLookupSlotStrict, AccumulatorUse::kReadWrite, OperandType::kIdx) \
82 V(LdaKeyedProperty, AccumulatorUse::kReadWrite, OperandType::kReg, \
102 V(Add, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
103 V(Sub, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
104 V(Mul, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
105 V(Div, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
106 V(Mod, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
107 V(BitwiseOr, AccumulatorUse::kReadWrite, OperandType::kReg, \
109 V(BitwiseXor, AccumulatorUse::kReadWrite, OperandType::kReg, \
111 V(BitwiseAnd, AccumulatorUse::kReadWrite, OperandType::kReg, \
113 V(ShiftLeft, AccumulatorUse::kReadWrite, OperandType::kReg, \
115 V(ShiftRight, AccumulatorUse::kReadWrite, OperandType::kReg, \
117 V(ShiftRightLogical, AccumulatorUse::kReadWrite, OperandType::kReg, \
135 V(Inc, AccumulatorUse::kReadWrite, OperandType::kIdx) \
136 V(Dec, AccumulatorUse::kReadWrite, OperandType::kIdx) \
137 V(ToBooleanLogicalNot, AccumulatorUse::kReadWrite) \
138 V(LogicalNot, AccumulatorUse::kReadWrite) \
139 V(TypeOf, AccumulatorUse::kReadWrite) \
140 V(DeletePropertyStrict, AccumulatorUse::kReadWrite, OperandType::kReg) \
141 V(DeletePropertySloppy, AccumulatorUse::kReadWrite, OperandType::kReg) \
162 V(New, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kRegList, \
166 V(TestEqual, AccumulatorUse::kReadWrite, OperandType::kReg, \
168 V(TestNotEqual, AccumulatorUse::kReadWrite, OperandType::kReg, \
170 V(TestEqualStrict, AccumulatorUse::kReadWrite, OperandType::kReg, \
172 V(TestLessThan, AccumulatorUse::kReadWrite, OperandType::kReg, \
174 V(TestGreaterThan, AccumulatorUse::kReadWrite, OperandType::kReg, \
176 V(TestLessThanOrEqual, AccumulatorUse::kReadWrite, OperandType::kReg, \
178 V(TestGreaterThanOrEqual, AccumulatorUse::kReadWrite, OperandType::kReg, \
180 V(TestInstanceOf, AccumulatorUse::kReadWrite, OperandType::kReg) \
181 V(TestIn, AccumulatorUse::kReadWrite, OperandType::kReg) \
201 V(CreateBlockContext, AccumulatorUse::kReadWrite, OperandType::kIdx) \
202 V(CreateCatchContext, AccumulatorUse::kReadWrite, OperandType::kReg, \
205 V(CreateWithContext, AccumulatorUse::kReadWrite, OperandType::kReg, \