Searched refs:vex_streq (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/VEX/priv/ |
D | main_util.h | 86 extern Bool vex_streq ( const HChar* s1, const HChar* s2 );
|
D | guest_arm_helpers.c | 579 if (vex_streq(function_name, "armg_calculate_condition")) { in guest_arm_spechelper() 814 if (vex_streq(function_name, "armg_calculate_flag_c")) { in guest_arm_spechelper() 864 if (vex_streq(function_name, "armg_calculate_flag_v")) { in guest_arm_spechelper()
|
D | main_util.c | 250 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|
D | guest_x86_helpers.c | 801 if (vex_streq(function_name, "x86g_calculate_condition")) { in guest_x86_spechelper() 1220 if (vex_streq(function_name, "x86g_calculate_eflags_c")) { in guest_x86_spechelper() 1294 if (vex_streq(function_name, "x86g_calculate_eflags_all")) { in guest_x86_spechelper()
|
D | guest_s390_helpers.c | 1846 if (vex_streq(function_name, "s390_calculate_cond")) { in guest_s390x_spechelper() 2370 if (vex_streq(function_name, "s390_calculate_cc")) { in guest_s390x_spechelper()
|
D | guest_arm64_helpers.c | 737 if (vex_streq(function_name, "arm64g_calculate_condition")) { in guest_arm64_spechelper()
|
D | guest_amd64_helpers.c | 977 if (vex_streq(function_name, "amd64g_calculate_condition")) { in guest_amd64_spechelper() 1657 if (vex_streq(function_name, "amd64g_calculate_rflags_c")) { in guest_amd64_spechelper()
|
D | guest_arm64_toIR.c | 7941 if (vex_streq(nm, "uqshl")) { in math_QSHL_IMM() 7961 if (vex_streq(nm, "sqshl")) { in math_QSHL_IMM() 7989 if (vex_streq(nm, "sqshlu")) { in math_QSHL_IMM()
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 1010 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|
/external/valgrind/memcheck/tests/ |
D | origin5-bz2.c | 1003 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|
D | varinfo6.c | 1041 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|
/external/valgrind/perf/ |
D | bz2.c | 1003 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|
D | test_input_for_tinycc.c | 1251 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|