• Home
  • Raw
  • Download

Lines Matching refs:kReadWrite

73   V(StaLookupSlotSloppy, AccumulatorUse::kReadWrite, OperandType::kIdx)        \
74 V(StaLookupSlotStrict, AccumulatorUse::kReadWrite, OperandType::kIdx) \
86 V(LdaKeyedProperty, AccumulatorUse::kReadWrite, OperandType::kReg, \
110 V(Add, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
111 V(Sub, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
112 V(Mul, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
113 V(Div, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
114 V(Mod, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
115 V(BitwiseOr, AccumulatorUse::kReadWrite, OperandType::kReg, \
117 V(BitwiseXor, AccumulatorUse::kReadWrite, OperandType::kReg, \
119 V(BitwiseAnd, AccumulatorUse::kReadWrite, OperandType::kReg, \
121 V(ShiftLeft, AccumulatorUse::kReadWrite, OperandType::kReg, \
123 V(ShiftRight, AccumulatorUse::kReadWrite, OperandType::kReg, \
125 V(ShiftRightLogical, AccumulatorUse::kReadWrite, OperandType::kReg, \
143 V(Inc, AccumulatorUse::kReadWrite, OperandType::kIdx) \
144 V(Dec, AccumulatorUse::kReadWrite, OperandType::kIdx) \
145 V(ToBooleanLogicalNot, AccumulatorUse::kReadWrite) \
146 V(LogicalNot, AccumulatorUse::kReadWrite) \
147 V(TypeOf, AccumulatorUse::kReadWrite) \
148 V(DeletePropertyStrict, AccumulatorUse::kReadWrite, OperandType::kReg) \
149 V(DeletePropertySloppy, AccumulatorUse::kReadWrite, OperandType::kReg) \
175 V(Construct, AccumulatorUse::kReadWrite, OperandType::kReg, \
177 V(ConstructWithSpread, AccumulatorUse::kReadWrite, OperandType::kReg, \
181 V(TestEqual, AccumulatorUse::kReadWrite, OperandType::kReg, \
183 V(TestNotEqual, AccumulatorUse::kReadWrite, OperandType::kReg, \
185 V(TestEqualStrict, AccumulatorUse::kReadWrite, OperandType::kReg, \
187 V(TestLessThan, AccumulatorUse::kReadWrite, OperandType::kReg, \
189 V(TestGreaterThan, AccumulatorUse::kReadWrite, OperandType::kReg, \
191 V(TestLessThanOrEqual, AccumulatorUse::kReadWrite, OperandType::kReg, \
193 V(TestGreaterThanOrEqual, AccumulatorUse::kReadWrite, OperandType::kReg, \
195 V(TestInstanceOf, AccumulatorUse::kReadWrite, OperandType::kReg) \
196 V(TestIn, AccumulatorUse::kReadWrite, OperandType::kReg) \
221 V(CreateBlockContext, AccumulatorUse::kReadWrite, OperandType::kIdx) \
222 V(CreateCatchContext, AccumulatorUse::kReadWrite, OperandType::kReg, \
226 V(CreateWithContext, AccumulatorUse::kReadWrite, OperandType::kReg, \
277 V(SetPendingMessage, AccumulatorUse::kReadWrite) \