Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_s390_defs.c669 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()
[all …]
Dhost_s390_defs.h464 } helper_call; member