Lines Matching refs:cmpb
541 cmpb MACRO_LITERAL(0), REG_VAR(temp_char) // if (temp_char == '\0')
543 cmpb MACRO_LITERAL(68), REG_VAR(temp_char) // if (temp_char == 'D')
545 cmpb MACRO_LITERAL(70), REG_VAR(temp_char) // if (temp_char == 'F')
549 cmpb MACRO_LITERAL(74), REG_VAR(temp_char) // if (temp_char != 'J')
572 cmpb MACRO_LITERAL(0), REG_VAR(temp_char) // if (temp_char == '\0')
574 cmpb MACRO_LITERAL(70), REG_VAR(temp_char) // if (temp_char == 'F')
576 cmpb MACRO_LITERAL(68), REG_VAR(temp_char) // if (temp_char == 'D')
644 cmpb LITERAL(74), %al // if (al == 'J') goto FOUND_LONG
673 cmpb LITERAL(68), (%edx) // test if result type char == 'D'
675 cmpb LITERAL(70), (%edx) // test if result type char == 'F'
739 cmpb LITERAL(74), %al // if (al == 'J') goto FOUND_LONG
747 cmpb LITERAL(74), %al // if (al == 'J') goto FOUND_LONG
790 cmpb LITERAL(68), (%edx) // test if result type char == 'D'
792 cmpb LITERAL(70), (%edx) // test if result type char == 'F'
2405 cmpb LITERAL(68), (%edx) // Test if result type char == 'D'
2407 cmpb LITERAL(70), (%edx) // Test if result type char == 'F'
2441 cmpb LITERAL('Z' - 'A'), %al