• Home
  • Raw
  • Download

Lines Matching refs:dis_res

71 static DisResult *dis_res;  variable
258 dis_res->whatNext = Dis_StopHere; in call_function()
259 dis_res->jk_StopHere = Ijk_Call; in call_function()
267 dis_res->whatNext = Dis_ResteerU; in call_function_and_chase()
268 dis_res->continueAt = callee_address; in call_function_and_chase()
272 dis_res->whatNext = Dis_StopHere; in call_function_and_chase()
273 dis_res->jk_StopHere = Ijk_Call; in call_function_and_chase()
283 dis_res->whatNext = Dis_StopHere; in return_from_function()
284 dis_res->jk_StopHere = Ijk_Ret; in return_from_function()
308 dis_res->whatNext = Dis_StopHere; in if_condition_goto_computed()
309 dis_res->jk_StopHere = Ijk_Boring; in if_condition_goto_computed()
323 dis_res->whatNext = Dis_StopHere; in if_condition_goto()
324 dis_res->jk_StopHere = Ijk_Boring; in if_condition_goto()
334 dis_res->whatNext = Dis_StopHere; in always_goto()
335 dis_res->jk_StopHere = Ijk_Boring; in always_goto()
345 dis_res->whatNext = Dis_ResteerU; in always_goto_and_chase()
346 dis_res->continueAt = target; in always_goto_and_chase()
350 dis_res->whatNext = Dis_StopHere; in always_goto_and_chase()
351 dis_res->jk_StopHere = Ijk_Boring; in always_goto_and_chase()
371 dis_res->whatNext = Dis_StopHere; in system_call()
372 dis_res->jk_StopHere = Ijk_Sys_syscall; in system_call()
481 dis_res->whatNext = Dis_StopHere; in emulation_failure_with_expr()
482 dis_res->jk_StopHere = Ijk_EmFail; in emulation_failure_with_expr()
498 dis_res->whatNext = Dis_StopHere; in emulation_warning_with_expr()
499 dis_res->jk_StopHere = Ijk_EmWarn; in emulation_warning_with_expr()
2327 vassert(dis_res->whatNext == Dis_Continue); in s390_format_RSY_RDRM()
11114 dis_res->whatNext = Dis_StopHere; in s390_irgen_EX()
11115 dis_res->jk_StopHere = Ijk_InvalICache; in s390_irgen_EX()
11193 dis_res); in s390_irgen_EX()
14157 dis_res->jk_StopHere = Ijk_ClientReq; in s390_irgen_client_request()
14158 dis_res->whatNext = Dis_StopHere; in s390_irgen_client_request()
14184 dis_res->whatNext = Dis_StopHere; in s390_irgen_call_noredir()
14185 dis_res->jk_StopHere = Ijk_NoRedir; in s390_irgen_call_noredir()
16703 dis_res->whatNext = Dis_StopHere; in s390_decode_special_and_irgen()
16704 dis_res->jk_StopHere = Ijk_InvalICache; in s390_decode_special_and_irgen()
16710 dis_res->len = S390_SPECIAL_OP_PREAMBLE_SIZE + S390_SPECIAL_OP_SIZE; in s390_decode_special_and_irgen()
16722 dis_res = dres; in s390_decode_and_irgen()
16761 if (dis_res->whatNext == Dis_Continue && bytes[insn_length] == 0x44) { in s390_decode_and_irgen()
16763 dis_res->whatNext = Dis_StopHere; in s390_decode_and_irgen()
16764 dis_res->jk_StopHere = Ijk_Boring; in s390_decode_and_irgen()