Lines Matching refs:operand_index
29 // |operand_index| in the current bytecode.
30 TNode<Uint32T> BytecodeOperandCount(int operand_index);
31 // Returns the 32-bit unsigned flag for bytecode operand |operand_index|
33 TNode<Uint32T> BytecodeOperandFlag(int operand_index);
35 // |operand_index| in the current bytecode.
36 TNode<Uint32T> BytecodeOperandIdxInt32(int operand_index);
38 // |operand_index| in the current bytecode.
39 TNode<UintPtrT> BytecodeOperandIdx(int operand_index);
40 // Returns the smi index immediate for bytecode operand |operand_index|
42 TNode<Smi> BytecodeOperandIdxSmi(int operand_index);
43 // Returns the TaggedIndex immediate for bytecode operand |operand_index|
45 TNode<TaggedIndex> BytecodeOperandIdxTaggedIndex(int operand_index);
46 // Returns the 32-bit unsigned immediate for bytecode operand |operand_index|
48 TNode<Uint32T> BytecodeOperandUImm(int operand_index);
50 // |operand_index| in the current bytecode.
51 TNode<UintPtrT> BytecodeOperandUImmWord(int operand_index);
52 // Returns the unsigned smi immediate for bytecode operand |operand_index| in
54 TNode<Smi> BytecodeOperandUImmSmi(int operand_index);
55 // Returns the 32-bit signed immediate for bytecode operand |operand_index|
57 TNode<Int32T> BytecodeOperandImm(int operand_index);
58 // Returns the word-size signed immediate for bytecode operand |operand_index|
60 TNode<IntPtrT> BytecodeOperandImmIntPtr(int operand_index);
61 // Returns the smi immediate for bytecode operand |operand_index| in the
63 TNode<Smi> BytecodeOperandImmSmi(int operand_index);
65 // |operand_index| in the current bytecode.
66 TNode<Uint32T> BytecodeOperandRuntimeId(int operand_index);
68 // operand |operand_index| in the current bytecode.
69 TNode<UintPtrT> BytecodeOperandNativeContextIndex(int operand_index);
71 // |operand_index| in the current bytecode.
72 TNode<Uint32T> BytecodeOperandIntrinsicId(int operand_index);
114 TNode<Object> LoadRegisterAtOperandIndex(int operand_index);
116 int operand_index);
118 void StoreRegisterAtOperandIndex(TNode<Object> value, int operand_index);
120 TNode<Object> value2, int operand_index);
124 int operand_index);
126 RegListNodePair GetRegisterListAtOperandIndex(int operand_index);
132 // Load constant at the index specified in operand |operand_index| from the
134 TNode<Object> LoadConstantPoolEntryAtOperandIndex(int operand_index);
135 // Load and untag constant at the index specified in operand |operand_index|
137 TNode<IntPtrT> LoadAndUntagConstantPoolEntryAtOperandIndex(int operand_index);
208 // operand |operand_index| if the word values |lhs| and |rhs| are equal.
210 int operand_index);
214 // The constant's index is specified in operand |operand_index|.
216 int operand_index);
224 // operand |operand_index| if the word values |lhs| and |rhs| are not equal.
226 int operand_index);
230 // The constant's index is specified in operand |operand_index|.
232 int operand_index);
332 TNode<IntPtrT> OperandOffset(int operand_index);
343 TNode<Uint8T> BytecodeOperandUnsignedByte(int operand_index);
344 TNode<Int8T> BytecodeOperandSignedByte(int operand_index);
345 TNode<Uint16T> BytecodeOperandUnsignedShort(int operand_index);
346 TNode<Int16T> BytecodeOperandSignedShort(int operand_index);
347 TNode<Uint32T> BytecodeOperandUnsignedQuad(int operand_index);
348 TNode<Int32T> BytecodeOperandSignedQuad(int operand_index);
352 TNode<Int32T> BytecodeSignedOperand(int operand_index,
354 TNode<Uint32T> BytecodeUnsignedOperand(int operand_index,
358 // |operand_index| in the current bytecode.
359 TNode<IntPtrT> BytecodeOperandReg(int operand_index);
362 // |operand_index| in the current bytecode for use when loading a constant
364 TNode<UintPtrT> BytecodeOperandConstantPoolIdx(int operand_index);
377 // operand |operand_index| if the |condition| is true. Helper function for
380 int operand_index);
384 // in operand |operand_index|. Helper function for JumpIfTaggedEqualConstant
387 int operand_index);