Home
last modified time | relevance | path

Searched refs:hintstr (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_x86_toIR.c9043 const HChar* hintstr = "??"; in disInstr_X86_WRK() local
9052 case 0: hintstr = "nta"; break; in disInstr_X86_WRK()
9053 case 1: hintstr = "t0"; break; in disInstr_X86_WRK()
9054 case 2: hintstr = "t1"; break; in disInstr_X86_WRK()
9055 case 3: hintstr = "t2"; break; in disInstr_X86_WRK()
9059 DIP("prefetch%s %s\n", hintstr, dis_buf); in disInstr_X86_WRK()
9068 const HChar* hintstr = "??"; in disInstr_X86_WRK() local
9077 case 0: hintstr = ""; break; in disInstr_X86_WRK()
9078 case 1: hintstr = "w"; break; in disInstr_X86_WRK()
9082 DIP("prefetch%s %s\n", hintstr, dis_buf); in disInstr_X86_WRK()
Dguest_amd64_toIR.c12857 const HChar* hintstr = "??"; in dis_ESC_0F__SSE2() local
12866 case 0: hintstr = "nta"; break; in dis_ESC_0F__SSE2()
12867 case 1: hintstr = "t0"; break; in dis_ESC_0F__SSE2()
12868 case 2: hintstr = "t1"; break; in dis_ESC_0F__SSE2()
12869 case 3: hintstr = "t2"; break; in dis_ESC_0F__SSE2()
12873 DIP("prefetch%s %s\n", hintstr, dis_buf); in dis_ESC_0F__SSE2()