Lines Matching refs:cmpb
385 cmpb MACRO_LITERAL(0), REG_VAR(temp_char) // if (temp_char == '\0')
387 cmpb MACRO_LITERAL(68), REG_VAR(temp_char) // if (temp_char == 'D')
389 cmpb MACRO_LITERAL(70), REG_VAR(temp_char) // if (temp_char == 'F')
393 cmpb MACRO_LITERAL(74), REG_VAR(temp_char) // if (temp_char != 'J')
416 cmpb MACRO_LITERAL(0), REG_VAR(temp_char) // if (temp_char == '\0')
418 cmpb MACRO_LITERAL(70), REG_VAR(temp_char) // if (temp_char == 'F')
420 cmpb MACRO_LITERAL(68), REG_VAR(temp_char) // if (temp_char == 'D')
488 cmpb LITERAL(74), %al // if (al == 'J') goto FOUND_LONG
517 cmpb LITERAL(68), (%edx) // test if result type char == 'D'
519 cmpb LITERAL(70), (%edx) // test if result type char == 'F'
583 cmpb LITERAL(74), %al // if (al == 'J') goto FOUND_LONG
591 cmpb LITERAL(74), %al // if (al == 'J') goto FOUND_LONG
634 cmpb LITERAL(68), (%edx) // test if result type char == 'D'
636 cmpb LITERAL(70), (%edx) // test if result type char == 'F'
1635 cmpb MACRO_LITERAL(0), RUN_EXIT_HOOKS_OFFSET_FROM_RUNTIME_INSTANCE(%ebx)