HomeSort by relevance Sort by last modified time
    Searched refs:Iex_VECRET (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/VEX/pub/
libvex_ir.h     [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c     [all...]
host_x86_isel.c 349 if (UNLIKELY(arg->tag == Iex_VECRET)) {
446 the use of Iex_VECRET and Iex_BBPTR are observed. */
511 if (UNLIKELY(arg->tag == Iex_VECRET)) {
588 if (UNLIKELY(arg->tag == Iex_VECRET)) {
612 if (UNLIKELY(arg->tag == Iex_VECRET)) {
    [all...]
host_arm64_isel.c 592 if (UNLIKELY(arg->tag == Iex_VECRET)) {
691 else if (arg->tag == Iex_VECRET) {
728 else if (arg->tag == Iex_VECRET) {
    [all...]
host_mips_isel.c 443 if (UNLIKELY(arg->tag == Iex_VECRET)) {
542 } else if (arg->tag == Iex_VECRET) {
579 else if (arg->tag == Iex_VECRET) {
    [all...]
host_s390_isel.c 519 if (UNLIKELY(args[i]->tag == Iex_VECRET)) {
564 if(UNLIKELY(arg->tag == Iex_VECRET)) {
    [all...]
host_ppc_isel.c 828 else if (UNLIKELY(arg->tag == Iex_VECRET)) {
859 vassert(arg->tag != Iex_VECRET);
    [all...]
host_arm_isel.c 473 if (UNLIKELY(arg->tag == Iex_VECRET)) {
570 else if (arg->tag == Iex_VECRET) {
618 else if (arg->tag == Iex_VECRET) {
    [all...]
host_amd64_isel.c 370 Iex_VECRET implies ill-formed IR. */
371 vassert(e->tag != Iex_VECRET);
619 else if (UNLIKELY(arg->tag == Iex_VECRET)) {
    [all...]

Completed in 147 milliseconds