Lines Matching refs:helper_call
669 for (i = 0; i < insn->variant.helper_call.details->num_args; ++i) { in s390_insn_get_reg_usage()
5572 s390_helper_call *helper_call = LibVEX_Alloc_inline(sizeof(s390_helper_call)); in s390_insn_helper_call() local
5576 insn->variant.helper_call.details = helper_call; in s390_insn_helper_call()
5578 helper_call->cond = cond; in s390_insn_helper_call()
5579 helper_call->target = target; in s390_insn_helper_call()
5580 helper_call->num_args = num_args; in s390_insn_helper_call()
5581 helper_call->name = name; in s390_insn_helper_call()
5582 helper_call->rloc = rloc; in s390_insn_helper_call()
6665 s390_helper_call *helper_call = insn->variant.helper_call.details; in s390_insn_as_string() local
6667 helper_call->cond, in s390_insn_as_string()
6668 helper_call->name, in s390_insn_as_string()
6669 helper_call->target, in s390_insn_as_string()
6670 helper_call->num_args); in s390_insn_as_string()
8658 s390_helper_call *helper_call = insn->variant.helper_call.details; in s390_insn_helper_call_emit() local
8660 cond = helper_call->cond; in s390_insn_helper_call_emit()
8661 target = helper_call->target; in s390_insn_helper_call_emit()
8664 && helper_call->rloc.pri != RLPri_None) { in s390_insn_helper_call_emit()