Searched refs:vex_streq (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/VEX/priv/ |
D | main_util.h | 93 extern Bool vex_streq ( const HChar* s1, const HChar* s2 );
|
D | guest_arm_helpers.c | 838 if (vex_streq(function_name, "armg_calculate_condition")) { in guest_arm_spechelper() 1073 if (vex_streq(function_name, "armg_calculate_flag_c")) { in guest_arm_spechelper() 1123 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 | 838 if (vex_streq(function_name, "x86g_calculate_condition")) { in guest_x86_spechelper() 1257 if (vex_streq(function_name, "x86g_calculate_eflags_c")) { in guest_x86_spechelper() 1331 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() 2383 if (vex_streq(function_name, "s390_calculate_cc")) { in guest_s390x_spechelper()
|
D | guest_arm64_helpers.c | 1337 if (vex_streq(function_name, "arm64g_calculate_condition")) { in guest_arm64_spechelper()
|
D | guest_amd64_helpers.c | 1042 if (vex_streq(function_name, "amd64g_calculate_condition")) { in guest_amd64_spechelper() 1778 if (vex_streq(function_name, "amd64g_calculate_rflags_c")) { in guest_amd64_spechelper()
|
D | guest_arm64_toIR.c | 8298 if (vex_streq(nm, "uqshl")) { in math_QSHL_IMM() 8318 if (vex_streq(nm, "sqshl")) { in math_QSHL_IMM() 8346 if (vex_streq(nm, "sqshlu")) { in math_QSHL_IMM()
|
/external/valgrind/memcheck/tests/ |
D | varinfo6.c | 1041 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|
D | origin5-bz2.c | 1003 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
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 1010 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|