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

  /external/valgrind/VEX/priv/
ir_match.c 87 case Iex_Const:
88 if (e->tag != Iex_Const) return False;
host_tilegx_isel.c 202 case Iex_Const:
278 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
333 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
408 && e->Iex.Binop.arg2->tag == Iex_Const
1057 case Iex_Const: {
    [all...]
ir_opt.c 373 case Iex_Const:
    [all...]
host_s390_isel.c 306 if (arg1->tag == Iex_Const) {
314 if (arg2->tag == Iex_Const && arg2->Iex.Const.con->tag == Ico_U64) {
388 if (left->tag == Iex_Const || left->tag == Iex_Load || \
450 if (expr->tag == Iex_Const) {
595 if (guard->tag == Iex_Const
698 if (irrm->tag == Iex_Const) { /* rounding mode is known */
808 if (irrm->tag == Iex_Const) { /* rounding mode is known */
    [all...]
host_arm_isel.c 363 case Iex_RdTmp: case Iex_Const: case Iex_Get:
488 if (guard->tag == Iex_Const
624 if (guard->tag == Iex_Const
775 && e->Iex.Binop.arg2->tag == Iex_Const
841 && e->Iex.Binop.arg2->tag == Iex_Const
893 && e->Iex.Binop.arg2->tag == Iex_Const
    [all...]
host_arm64_isel.c 341 if (e->tag != Iex_Const) return False;
459 case Iex_RdTmp: case Iex_Const: case Iex_Get:
606 if (guard->tag == Iex_Const
712 if (guard->tag == Iex_Const
871 && e->Iex.Binop.arg2->tag == Iex_Const
889 && e->Iex.Binop.arg2->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
412 case Iex_RdTmp: case Iex_Const: case Iex_Get:
645 if (guard->tag == Iex_Const
    [all...]
host_amd64_isel.c 96 return e->tag == Iex_Const
296 return e->tag == Iex_Const
303 return e->tag == Iex_Const
379 if (e->tag == Iex_Const) {
540 if (guard->tag == Iex_Const
637 if (guard->tag == Iex_Const
    [all...]
host_ppc_isel.c 211 return e->tag == Iex_Const
701 case Iex_RdTmp: case Iex_Const: case Iex_Get:
840 if (guard->tag == Iex_Const
    [all...]
host_mips_isel.c 346 case Iex_Const:
489 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
592 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
723 && e->Iex.Binop.arg2->tag == Iex_Const
744 && e->Iex.Binop.arg2->tag == Iex_Const
    [all...]
ir_defs.c     [all...]
guest_arm64_helpers.c 707 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/VEX/useful/
test_main.c 653 if (a1->tag == Iex_Const)
664 if (a1->tag == Iex_Const)
677 if (a1->tag == Iex_Const && a1->tag == Iex_Const)
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h     [all...]
  /external/valgrind/memcheck/
mc_translate.c 332 if (a1->tag == Iex_Const)
345 if (a1->tag == Iex_Const)
360 if (a1->tag == Iex_Const && a2->tag == Iex_Const)
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/callgrind/
main.c     [all...]
  /external/valgrind/cachegrind/
cg_main.c     [all...]
  /external/valgrind/coregrind/
m_translate.c 424 if (e->Iex.Binop.arg2->tag != Iex_Const) goto case3;
    [all...]

Completed in 144 milliseconds