HomeSort by relevance Sort by last modified time
    Searched refs:Iex_Const (Results 1 - 20 of 20) 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 350 case Iex_Const:
898 return toBool( e1->tag == Iex_Const
899 && e2->tag == Iex_Const
913 case Iex_Const:
923 return toBool( e->tag == Iex_Const
931 return toBool( e->tag == Iex_Const
    [all...]
host_s390_isel.c 216 if (arg1->tag == Iex_Const) {
224 if (arg2->tag == Iex_Const && arg2->Iex.Const.con->tag == Ico_U64) {
268 if (left->tag == Iex_Const || left->tag == Iex_Load || \
330 if (expr->tag == Iex_Const) {
391 if (guard->tag == Iex_Const
422 if (rounding_expr->tag == Iex_Const &&
    [all...]
host_x86_isel.c 108 return e->tag == Iex_Const
115 return e->tag == Iex_Const
122 return e->tag == Iex_Const
375 case Iex_RdTmp: case Iex_Const: case Iex_Get:
559 if (guard->tag == Iex_Const
901 if (e->Iex.Binop.arg2->tag == Iex_Const) {
    [all...]
host_arm_isel.c 353 case Iex_RdTmp: case Iex_Const: case Iex_Get:
449 if (guard->tag == Iex_Const
560 if (guard->tag == Iex_Const
677 && e->Iex.Binop.arg2->tag == Iex_Const
743 && e->Iex.Binop.arg2->tag == Iex_Const
795 && e->Iex.Binop.arg2->tag == Iex_Const
869 if (e->tag == Iex_Const) {
875 default: vpanic("iselIntExpr_RI84.Iex_Const(armh)");
923 if (e->tag == Iex_Const) {
929 default: vpanic("iselIntExpr_RI5.Iex_Const(armh)")
    [all...]
host_amd64_isel.c 274 return e->tag == Iex_Const
281 return e->tag == Iex_Const
388 if (e->tag == Iex_Const) {
519 if (guard->tag == Iex_Const
594 if (guard->tag == Iex_Const
    [all...]
host_ppc_isel.c 613 case Iex_RdTmp: case Iex_Const: case Iex_Get:
724 if (guard->tag == Iex_Const
833 if (guard->tag == Iex_Const
    [all...]
ir_defs.c     [all...]
guest_arm_helpers.c 548 toBool( e->tag == Iex_Const
    [all...]
guest_s390_helpers.c 695 return expr->tag == Iex_Const && expr->Iex.Const.con->tag == Ico_U64;
    [all...]
guest_amd64_helpers.c     [all...]
guest_x86_helpers.c 770 toBool( e->tag == Iex_Const
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 313 if (a1->tag == Iex_Const)
326 if (a1->tag == Iex_Const)
341 if (a1->tag == Iex_Const && a2->tag == Iex_Const)
916 toBool( e->tag == Iex_Const
924 toBool( e->tag == Iex_Const
    [all...]
  /external/valgrind/main/VEX/
test_main.c 609 if (a1->tag == Iex_Const)
620 if (a1->tag == Iex_Const)
633 if (a1->tag == Iex_Const && a1->tag == Iex_Const)
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/main/coregrind/
m_translate.c 405 if (e->Iex.Binop.arg2->tag != Iex_Const) goto case3;
    [all...]
  /external/valgrind/tsan/
ts_valgrind.cc 1032 if (next->tag == Iex_Const) {
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c     [all...]

Completed in 211 milliseconds