Lines Matching full:s
58 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
59 GateMetaData cached##NAME##_ { OpCode::OP, R, S, D, V };
74 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
75 GateMetaData cached##NAME##1_{ OpCode::OP, R, S, D, ONE_VALUE }; \
76 GateMetaData cached##NAME##2_{ OpCode::OP, R, S, D, TWO_VALUE }; \
77 GateMetaData cached##NAME##3_{ OpCode::OP, R, S, D, THREE_VALUE }; \
78 GateMetaData cached##NAME##4_{ OpCode::OP, R, S, D, FOUR_VALUE }; \
79 GateMetaData cached##NAME##5_{ OpCode::OP, R, S, D, FIVE_VALUE };
83 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
84 OneParameterMetaData cached##NAME##1_{ OpCode::OP, R, S, D, V, ONE_VALUE }; \
85 OneParameterMetaData cached##NAME##2_{ OpCode::OP, R, S, D, V, TWO_VALUE }; \
86 OneParameterMetaData cached##NAME##3_{ OpCode::OP, R, S, D, V, THREE_VALUE }; \
87 OneParameterMetaData cached##NAME##4_{ OpCode::OP, R, S, D, V, FOUR_VALUE }; \
88 OneParameterMetaData cached##NAME##5_{ OpCode::OP, R, S, D, V, FIVE_VALUE };
95 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
100 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
105 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument