Home
last modified time | relevance | path

Searched refs:whatNext (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_generic_bb_to_IR.h80 Dis_ResteerU, Dis_ResteerC } whatNext; member
Dguest_generic_bb_to_IR.c372 vassert(dres.whatNext == Dis_StopHere in bb_to_IR()
373 || dres.whatNext == Dis_Continue in bb_to_IR()
374 || dres.whatNext == Dis_ResteerU in bb_to_IR()
375 || dres.whatNext == Dis_ResteerC); in bb_to_IR()
379 if (dres.whatNext != Dis_ResteerU && dres.whatNext != Dis_ResteerC) in bb_to_IR()
384 vassert(dres.whatNext != Dis_ResteerC); in bb_to_IR()
434 switch (dres.whatNext) { in bb_to_IR()
462 if (dres.whatNext == Dis_ResteerC) { in bb_to_IR()
Dguest_tilegx_toIR.c322 dres.whatNext = Dis_Continue; in disInstr_TILEGX_WRK()
352 dres.whatNext = Dis_StopHere; in disInstr_TILEGX_WRK()
376 dres.whatNext = Dis_StopHere; in disInstr_TILEGX_WRK()
396 dres.whatNext = Dis_StopHere; in disInstr_TILEGX_WRK()
2413 dres.whatNext = Dis_StopHere; in disInstr_TILEGX_WRK()
2498 dres.whatNext = Dis_StopHere; in disInstr_TILEGX_WRK()
2506 dres.whatNext = Dis_ResteerU; in disInstr_TILEGX_WRK()
2511 dres.whatNext = Dis_StopHere; in disInstr_TILEGX_WRK()
2517 dres.whatNext = Dis_StopHere; in disInstr_TILEGX_WRK()
Dguest_x86_toIR.c1349 vassert(dres->whatNext == Dis_Continue); in jmp_lit()
1353 dres->whatNext = Dis_StopHere; in jmp_lit()
1361 vassert(dres->whatNext == Dis_Continue); in jmp_treg()
1365 dres->whatNext = Dis_StopHere; in jmp_treg()
1376 vassert(dres->whatNext == Dis_Continue); in jcc_01()
1380 dres->whatNext = Dis_StopHere; in jcc_01()
3085 vassert(dres->whatNext == Dis_StopHere); in dis_Grp5()
3090 vassert(dres->whatNext == Dis_StopHere); in dis_Grp5()
3141 vassert(dres->whatNext == Dis_StopHere); in dis_Grp5()
3146 vassert(dres->whatNext == Dis_StopHere); in dis_Grp5()
[all …]
Dguest_arm_toIR.c14533 dres->whatNext = Dis_StopHere; in decode_NV_instruction()
14635 dres.whatNext = Dis_Continue; in disInstr_ARM_WRK()
14684 dres.whatNext = Dis_StopHere; in disInstr_ARM_WRK()
14704 dres.whatNext = Dis_StopHere; in disInstr_ARM_WRK()
14720 dres.whatNext = Dis_StopHere; in disInstr_ARM_WRK()
15575 dres.whatNext = Dis_ResteerU; in disInstr_ARM_WRK()
15581 dres.whatNext = Dis_StopHere; in disInstr_ARM_WRK()
15606 dres.whatNext = Dis_ResteerC; in disInstr_ARM_WRK()
15625 dres.whatNext = Dis_ResteerC; in disInstr_ARM_WRK()
15636 dres.whatNext = Dis_StopHere; in disInstr_ARM_WRK()
[all …]
Dguest_amd64_toIR.c2229 vassert(dres->whatNext == Dis_Continue); in jmp_lit()
2233 dres->whatNext = Dis_StopHere; in jmp_lit()
2241 vassert(dres->whatNext == Dis_Continue); in jmp_treg()
2245 dres->whatNext = Dis_StopHere; in jmp_treg()
2256 vassert(dres->whatNext == Dis_Continue); in jcc_01()
2260 dres->whatNext = Dis_StopHere; in jcc_01()
4311 vassert(dres->whatNext == Dis_StopHere); in dis_Grp5()
4322 vassert(dres->whatNext == Dis_StopHere); in dis_Grp5()
4404 vassert(dres->whatNext == Dis_StopHere); in dis_Grp5()
4415 vassert(dres->whatNext == Dis_StopHere); in dis_Grp5()
[all …]
Dguest_arm64_toIR.c6453 vassert(dres->whatNext == Dis_Continue); in dis_ARM64_branch_etc()
6462 dres->whatNext = Dis_StopHere; in dis_ARM64_branch_etc()
6480 dres->whatNext = Dis_StopHere; in dis_ARM64_branch_etc()
6501 dres->whatNext = Dis_StopHere; in dis_ARM64_branch_etc()
6511 dres->whatNext = Dis_StopHere; in dis_ARM64_branch_etc()
6518 dres->whatNext = Dis_StopHere; in dis_ARM64_branch_etc()
6548 dres->whatNext = Dis_StopHere; in dis_ARM64_branch_etc()
6581 dres->whatNext = Dis_StopHere; in dis_ARM64_branch_etc()
6595 dres->whatNext = Dis_StopHere; in dis_ARM64_branch_etc()
6781 dres->whatNext = Dis_StopHere; in dis_ARM64_branch_etc()
[all …]
Dguest_s390_toIR.c258 dis_res->whatNext = Dis_StopHere; in call_function()
267 dis_res->whatNext = Dis_ResteerU; in call_function_and_chase()
272 dis_res->whatNext = Dis_StopHere; in call_function_and_chase()
283 dis_res->whatNext = Dis_StopHere; in return_from_function()
308 dis_res->whatNext = Dis_StopHere; in if_condition_goto_computed()
323 dis_res->whatNext = Dis_StopHere; in if_condition_goto()
334 dis_res->whatNext = Dis_StopHere; in always_goto()
345 dis_res->whatNext = Dis_ResteerU; in always_goto_and_chase()
350 dis_res->whatNext = Dis_StopHere; in always_goto_and_chase()
371 dis_res->whatNext = Dis_StopHere; in system_call()
[all …]
Dguest_mips_toIR.c550 dres.whatNext = Dis_StopHere;
1001 vassert(dres->whatNext == Dis_Continue); in jmp_lit32()
1005 dres->whatNext = Dis_StopHere; in jmp_lit32()
1012 vassert(dres->whatNext == Dis_Continue); in jmp_lit64()
1016 dres->whatNext = Dis_StopHere; in jmp_lit64()
12055 dres.whatNext = Dis_Continue; in disInstr_MIPS_WRK()
12071 dres.whatNext = Dis_StopHere; in disInstr_MIPS_WRK()
12115 dres.whatNext = Dis_StopHere; in disInstr_MIPS_WRK()
12139 dres.whatNext = Dis_StopHere; in disInstr_MIPS_WRK()
12164 dres.whatNext = Dis_StopHere; in disInstr_MIPS_WRK()
[all …]
Dguest_ppc_toIR.c5855 dres->whatNext = Dis_StopHere; in dis_branch()
5886 dres->whatNext = Dis_ResteerU; in dis_branch()
6263 dres->whatNext = Dis_StopHere; in dis_trapi()
6317 dres->whatNext = Dis_StopHere; in dis_trap()
6350 dres->whatNext = Dis_StopHere; in dis_syslink()
7707 dres->whatNext = Dis_StopHere; in dis_cache_manage()
19048 dres.whatNext = Dis_Continue; in disInstr_PPC_WRK()
19108 dres.whatNext = Dis_StopHere; in disInstr_PPC_WRK()
19137 dres.whatNext = Dis_StopHere; in disInstr_PPC_WRK()
19169 dres.whatNext = Dis_StopHere; in disInstr_PPC_WRK()
[all …]