Lines Matching refs:STRING_STARTS_WITH
127 #define STRING_STARTS_WITH(string, compare_string) \ macro
324 DCHECK(STRING_STARTS_WITH(format, "rlist")); in FormatRegister()
464 DCHECK(STRING_STARTS_WITH(format, "cond")); in FormatOption()
522 DCHECK(STRING_STARTS_WITH(format, "memop")); in FormatOption()
540 DCHECK(STRING_STARTS_WITH(format, "msg")); in FormatOption()
550 DCHECK(STRING_STARTS_WITH(format, "off12")); in FormatOption()
556 DCHECK(STRING_STARTS_WITH(format, "off0to3and8to19")); in FormatOption()
564 DCHECK(STRING_STARTS_WITH(format, "off8")); in FormatOption()
570 DCHECK(STRING_STARTS_WITH(format, "pu")); in FormatOption()
580 DCHECK(STRING_STARTS_WITH(format, "shift_op")); in FormatOption()
589 DCHECK(STRING_STARTS_WITH(format, "shift_sat")); in FormatOption()
593 DCHECK(STRING_STARTS_WITH(format, "shift_rm")); in FormatOption()
598 DCHECK(STRING_STARTS_WITH(format, "svc")); in FormatOption()
602 DCHECK(STRING_STARTS_WITH(format, "sign")); in FormatOption()
615 DCHECK(STRING_STARTS_WITH(format, "target")); in FormatOption()