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

  /external/valgrind/main/VEX/priv/
ir_match.c 87 case Iex_Const:
88 if (e->tag != Iex_Const) return False;
ir_opt.c 373 case Iex_Const:
    [all...]
host_arm64_isel.c 372 if (e->tag != Iex_Const) return False;
490 case Iex_RdTmp: case Iex_Const: case Iex_Get:
637 if (guard->tag == Iex_Const
743 if (guard->tag == Iex_Const
902 && e->Iex.Binop.arg2->tag == Iex_Const
    [all...]
host_s390_isel.c 298 if (arg1->tag == Iex_Const) {
306 if (arg2->tag == Iex_Const && arg2->Iex.Const.con->tag == Ico_U64) {
350 if (left->tag == Iex_Const || left->tag == Iex_Load || \
412 if (expr->tag == Iex_Const) {
583 if (guard->tag == Iex_Const
695 if (irrm->tag == Iex_Const) { /* rounding mode is known */
805 if (irrm->tag == Iex_Const) { /* rounding mode is known */
    [all...]
host_x86_isel.c 108 return e->tag == Iex_Const
115 return e->tag == Iex_Const
122 // return e->tag == Iex_Const
412 case Iex_RdTmp: case Iex_Const: case Iex_Get:
645 if (guard->tag == Iex_Const
    [all...]
host_arm_isel.c 371 case Iex_RdTmp: case Iex_Const: case Iex_Get:
496 if (guard->tag == Iex_Const
632 if (guard->tag == Iex_Const
783 && e->Iex.Binop.arg2->tag == Iex_Const
849 && e->Iex.Binop.arg2->tag == Iex_Const
901 && e->Iex.Binop.arg2->tag == Iex_Const
    [all...]
host_amd64_isel.c 96 return e->tag == Iex_Const
297 return e->tag == Iex_Const
304 return e->tag == Iex_Const
380 if (e->tag == Iex_Const) {
541 if (guard->tag == Iex_Const
638 if (guard->tag == Iex_Const
    [all...]
host_ppc_isel.c 211 return e->tag == Iex_Const
668 case Iex_RdTmp: case Iex_Const: case Iex_Get:
812 if (guard->tag == Iex_Const
    [all...]
host_mips_isel.c 345 case Iex_Const:
488 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
591 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
722 && e->Iex.Binop.arg2->tag == Iex_Const
743 && e->Iex.Binop.arg2->tag == Iex_Const
    [all...]
ir_defs.c     [all...]
guest_arm64_helpers.c 692 toBool( e->tag == Iex_Const
    [all...]
guest_arm_helpers.c 549 toBool( e->tag == Iex_Const
    [all...]
guest_x86_helpers.c 771 toBool( e->tag == Iex_Const
    [all...]
guest_s390_helpers.c     [all...]
guest_amd64_helpers.c     [all...]
  /external/valgrind/main/VEX/
test_main.c 632 if (a1->tag == Iex_Const)
643 if (a1->tag == Iex_Const)
656 if (a1->tag == Iex_Const && a1->tag == Iex_Const)
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 325 if (a1->tag == Iex_Const)
338 if (a1->tag == Iex_Const)
353 if (a1->tag == Iex_Const && a2->tag == Iex_Const)
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/main/callgrind/
main.c     [all...]
  /external/valgrind/main/coregrind/
m_translate.c 415 if (e->Iex.Binop.arg2->tag != Iex_Const) goto case3;
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]

Completed in 149 milliseconds