Home | History | Annotate | Download | only in compiler

Lines Matching defs:CASE

15     case InstructionOperand::INVALID:
17 case InstructionOperand::UNALLOCATED: {
24 case UnallocatedOperand::NONE:
26 case UnallocatedOperand::FIXED_REGISTER:
29 case UnallocatedOperand::FIXED_DOUBLE_REGISTER:
32 case UnallocatedOperand::MUST_HAVE_REGISTER:
34 case UnallocatedOperand::SAME_AS_FIRST_INPUT:
36 case UnallocatedOperand::ANY:
40 case InstructionOperand::CONSTANT:
42 case InstructionOperand::IMMEDIATE:
44 case InstructionOperand::STACK_SLOT:
46 case InstructionOperand::DOUBLE_STACK_SLOT:
48 case InstructionOperand::REGISTER:
51 case InstructionOperand::DOUBLE_REGISTER:
169 #define CASE(Name) \
170 case k##Name: \
172 ARCH_OPCODE_LIST(CASE)
173 #undef CASE
182 case kMode_None:
184 #define CASE(Name) \
185 case kMode_##Name: \
187 TARGET_ADDRESSING_MODE_LIST(CASE)
188 #undef CASE
197 case kFlags_none:
199 case kFlags_branch:
201 case kFlags_set:
211 case kEqual:
213 case kNotEqual:
215 case kSignedLessThan:
217 case kSignedGreaterThanOrEqual:
219 case kSignedLessThanOrEqual:
221 case kSignedGreaterThan:
223 case kUnsignedLessThan:
225 case kUnsignedGreaterThanOrEqual:
227 case kUnsignedLessThanOrEqual:
229 case kUnsignedGreaterThan:
231 case kUnorderedEqual:
233 case kUnorderedNotEqual:
235 case kUnorderedLessThan:
237 case kUnorderedGreaterThanOrEqual:
239 case kUnorderedLessThanOrEqual:
241 case kUnorderedGreaterThan:
243 case kOverflow:
245 case kNotOverflow:
299 case Constant::kInt32:
301 case Constant::kInt64:
303 case Constant::kFloat64:
305 case Constant::kExternalReference:
307 case Constant::kHeapObject: