Lines Matching refs:IndexValue
129 #define TestLeaIndex32bitDisp(Index, IndexValue, Disp, Dst0, Dst1, Dst2, Dst3) \
132 "(" #Index ", " #IndexValue ", " #Dst0 ", " #Dst1 ", " #Dst2 \
135 __ mov(IceType_i32, Encoded_GPR_##Index(), Immediate(IndexValue)); \
162 #define TestLeaBaseIndexDisp(Base, BaseValue, Index, IndexValue, Disp, Dst0, \
166 "(" #Base ", " #BaseValue ", " #Index ", " #IndexValue ", " #Dst0 \
174 __ mov(IceType_i32, Encoded_GPR_##Index(), Immediate(IndexValue)); \