HomeSort by relevance Sort by last modified time
    Searched full:iex (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/valgrind/VEX/priv/
ir_opt.c 274 return toBool( isIRAtom(e->Iex.Binop.arg1)
275 && isIRAtom(e->Iex.Binop.arg2) );
277 return isIRAtom(e->Iex.Load.addr);
297 IRExpr_GetI(ex->Iex.GetI.descr,
298 flatten_Expr(bb, ex->Iex.GetI.ix),
299 ex->Iex.GetI.bias)));
309 IRQop* qop = ex->Iex.Qop.details;
321 IRTriop* triop = ex->Iex.Triop.details;
334 IRExpr_Binop(ex->Iex.Binop.op,
335 flatten_Expr(bb, ex->Iex.Binop.arg1)
    [all...]
ir_match.c 64 setBindee(mi, p->Iex.Binder.binder, e);
68 if (p->Iex.Unop.op != e->Iex.Unop.op) return False;
69 if (!matchWrk(mi, p->Iex.Unop.arg, e->Iex.Unop.arg))
74 if (p->Iex.Binop.op != e->Iex.Binop.op) return False;
75 if (!matchWrk(mi, p->Iex.Binop.arg1, e->Iex.Binop.arg1))
77 if (!matchWrk(mi, p->Iex.Binop.arg2, e->Iex.Binop.arg2)
    [all...]
host_arm_isel.c 489 && guard->Iex.Const.con->tag == Ico_U1
490 && guard->Iex.Const.con->Ico.U1 == True) {
625 && guard->Iex.Const.con->tag == Ico_U1
626 && guard->Iex.Const.con->Ico.U1 == True) {
774 && (e->Iex.Binop.op == Iop_Add32 || e->Iex.Binop.op == Iop_Sub32)
775 && e->Iex.Binop.arg2->tag == Iex_Const
776 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
777 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32
    [all...]
host_amd64_isel.c 97 && e->Iex.Const.con->tag == Ico_U8
98 && e->Iex.Const.con->Ico.U8 == 0;
297 && e->Iex.Const.con->tag == Ico_U64
298 && e->Iex.Const.con->Ico.U64 == 0ULL;
304 && e->Iex.Const.con->tag == Ico_U32
305 && e->Iex.Const.con->Ico.U32 == 0;
380 vassert(e->Iex.Const.con->tag == Ico_U64);
381 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) {
384 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)),
388 return AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, dst)
    [all...]
host_x86_isel.c 109 && e->Iex.Const.con->tag == Ico_U8
110 && e->Iex.Const.con->Ico.U8 == 0;
116 && e->Iex.Const.con->tag == Ico_U32
117 && e->Iex.Const.con->Ico.U32 == 0;
123 // && e->Iex.Const.con->tag == Ico_U64
124 // && e->Iex.Const.con->Ico.U64 == 0ULL;
646 && guard->Iex.Const.con->tag == Ico_U1
647 && guard->Iex.Const.con->Ico.U1 == True) {
862 return lookupIRTemp(env, e->Iex.RdTmp.tmp);
868 X86AMode* amode = iselIntExpr_AMode ( env, e->Iex.Load.addr )
    [all...]
host_tilegx_isel.c 278 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
279 && guard->Iex.Const.con->Ico.U1 == True) {
333 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
334 && guard->Iex.Const.con->Ico.U1 == True) {
408 && e->Iex.Binop.op == Iop_Add64
409 && e->Iex.Binop.arg2->tag == Iex_Const
410 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64
411 && uInt_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64))
    [all...]
host_mips_isel.c 489 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
490 && guard->Iex.Const.con->Ico.U1 == True) {
592 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
593 && guard->Iex.Const.con->Ico.U1 == True) {
722 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_Add64
723 && e->Iex.Binop.arg2->tag == Iex_Const
724 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64
726 uLong_is_4_aligned(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64) : True
    [all...]
host_ppc_isel.c 212 && e->Iex.Const.con->tag == Ico_U8
213 && e->Iex.Const.con->Ico.U8 == 0;
841 && guard->Iex.Const.con->tag == Ico_U1
842 && guard->Iex.Const.con->Ico.U1 == True) {
    [all...]
host_arm64_isel.c 342 IRConst* con = e->Iex.Const.con;
389 && env->previous_rm->Iex.RdTmp.tmp == mode->Iex.RdTmp.tmp) {
607 && guard->Iex.Const.con->tag == Ico_U1
608 && guard->Iex.Const.con->Ico.U1 == True) {
713 && guard->Iex.Const.con->tag == Ico_U1
714 && guard->Iex.Const.con->Ico.U1 == True) {
870 && (e->Iex.Binop.op == Iop_Add64 || e->Iex.Binop.op == Iop_Sub64)
871 && e->Iex.Binop.arg2->tag == Iex_Cons
    [all...]
host_s390_isel.c 301 if (expr->tag == Iex_Binop && expr->Iex.Binop.op == Iop_Add64) {
302 IRExpr *arg1 = expr->Iex.Binop.arg1;
303 IRExpr *arg2 = expr->Iex.Binop.arg2;
314 if (arg2->tag == Iex_Const && arg2->Iex.Const.con->tag == Ico_U64) {
315 ULong value = arg2->Iex.Const.con->Ico.U64;
451 switch (expr->Iex.Const.con->tag) {
452 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break;
453 case Ico_U8: value = expr->Iex.Const.con->Ico.U8; break;
454 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break;
455 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break
    [all...]
ir_defs.c     [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathExc.h 52 DEFINE_EXC (NullVecExc, ::Iex::MathExc) // Attempt to normalize
55 DEFINE_EXC (InfPointExc, ::Iex::MathExc) // Attempt to normalize
58 DEFINE_EXC (NullQuatExc, ::Iex::MathExc) // Attempt to normalize
61 DEFINE_EXC (SingMatrixExc, ::Iex::MathExc) // Attempt to invert
64 DEFINE_EXC (ZeroScaleExc, ::Iex::MathExc) // Attempt to remove zero
67 DEFINE_EXC (IntVecNormalizeExc, ::Iex::MathExc) // Attempt to normalize
ImathVec.cpp 148 Vec2<short>::normalizeExc () throw (Iex::MathExc)
176 Vec2<short>::normalizedExc () const throw (Iex::MathExc)
217 Vec2<int>::normalizeExc () throw (Iex::MathExc)
245 Vec2<int>::normalizedExc () const throw (Iex::MathExc)
286 Vec3<short>::normalizeExc () throw (Iex::MathExc)
314 Vec3<short>::normalizedExc () const throw (Iex::MathExc)
355 Vec3<int>::normalizeExc () throw (Iex::MathExc)
383 Vec3<int>::normalizedExc () const throw (Iex::MathExc)
424 Vec4<short>::normalizeExc () throw (Iex::MathExc)
452 Vec4<short>::normalizedExc () const throw (Iex::MathExc
    [all...]
  /external/opencv3/3rdparty/openexr/
CMakeLists.txt 20 "${CMAKE_CURRENT_SOURCE_DIR}/Iex"
27 file(GLOB lib_srcs Half/half.cpp Iex/*.cpp IlmThread/*.cpp Imath/*.cpp IlmImf/*.cpp)
28 file(GLOB lib_hdrs Half/*.h Iex/Iex*.h IlmThread/IlmThread*.h Imath/Imath*.h IlmImf/*.h)
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfHeader.cpp 68 #include "Iex.h"
159 throw Iex::InputExc(s);
291 THROW (Iex::ArgExc, "Image attribute name cannot be an empty string.");
312 THROW (Iex::TypeExc, "Cannot assign a value of "
337 THROW (Iex::ArgExc, "Cannot find image attribute \"" << name << "\".");
349 THROW (Iex::ArgExc, "Cannot find image attribute \"" << name << "\".");
628 throw Iex::ArgExc ("Invalid display window in image header.");
640 throw Iex::ArgExc ("Invalid data window in image header.");
646 THROW (Iex::ArgExc, "The width of the data window exceeds the "
653 THROW (Iex::ArgExc, "The width of the data window exceeds the
    [all...]
ImfKeyCode.cpp 43 #include "Iex.h"
104 throw Iex::ArgExc ("Invalid key code film manufacturer code "
121 throw Iex::ArgExc ("Invalid key code film type "
138 throw Iex::ArgExc ("Invalid key code prefix "
156 throw Iex::ArgExc ("Invalid key code count "
174 throw Iex::ArgExc ("Invalid key code perforation offset "
192 throw Iex::ArgExc ("Invalid key code number of perforations per frame "
210 throw Iex::ArgExc ("Invalid key code number of perforations per count "
ImfStdIO.cpp 44 #include "Iex.h"
65 Iex::throwErrnoExc();
69 THROW (Iex::InputExc, "Early end of file: read " << is.gcount()
85 Iex::throwErrnoExc();
87 throw Iex::ErrnoExc ("File output failed.");
102 Iex::throwErrnoExc();
127 throw Iex::InputExc ("Unexpected end of file.");
165 Iex::throwErrnoExc();
ImfCheckedArithmetic.h 69 throw Iex::OverflowExc ("Integer multiplication overflow.");
87 throw Iex::DivzeroExc ("Integer division by zero.");
105 throw Iex::OverflowExc ("Integer addition overflow.");
123 throw Iex::UnderflowExc ("Integer subtraction underflow.");
141 // would overflow, then throw an Iex::OverflowExc exception.
153 throw Iex::OverflowExc ("Integer multiplication overflow.");
ImfTimeCode.cpp 43 #include "Iex.h"
172 throw Iex::ArgExc ("Cannot set hours field in time code. "
190 throw Iex::ArgExc ("Cannot set minutes field in time code. "
208 throw Iex::ArgExc ("Cannot set seconds field in time code. "
226 throw Iex::ArgExc ("Cannot set frame field in time code. "
321 throw Iex::ArgExc ("Cannot extract binary group from time code "
334 throw Iex::ArgExc ("Cannot extract binary group from time code "
ImfTiledInputFile.cpp 58 #include "Iex.h"
300 THROW (Iex::InputExc, "Tile (" << dx << ", " << dy << ", " <<
322 throw Iex::InputExc ("Unexpected tile x coordinate.");
325 throw Iex::InputExc ("Unexpected tile y coordinate.");
328 throw Iex::InputExc ("Unexpected tile x level number coordinate.");
331 throw Iex::InputExc ("Unexpected tile y level number coordinate.");
334 throw Iex::InputExc ("Unexpected tile block length.");
377 throw Iex::InputExc ("Unexpected tile block length.");
645 catch (Iex::BaseExc &e)
675 catch (Iex::BaseExc &e
    [all...]
  /external/opencv3/3rdparty/openexr/IlmThread/
IlmThread.cpp 47 #include "Iex.h"
61 throw Iex::NoImplExc ("Threads not supported on this platform.");
67 throw Iex::NoImplExc ("Threads not supported on this platform.");
74 throw Iex::NoImplExc ("Threads not supported on this platform.");
IlmThreadMutexPosix.cpp 47 #include "Iex.h"
56 Iex::throwErrnoExc ("Cannot initialize mutex (%T).", error);
71 Iex::throwErrnoExc ("Cannot lock mutex (%T).", error);
79 Iex::throwErrnoExc ("Cannot unlock mutex (%T).", error);
IlmThreadSemaphorePosix.cpp 47 #include "Iex.h"
56 Iex::throwErrnoExc ("Cannot initialize semaphore (%T).");
85 Iex::throwErrnoExc ("Post operation on semaphore failed (%T).");
95 Iex::throwErrnoExc ("Cannot read semaphore value (%T).");
IlmThreadSemaphorePosixCompat.cpp 48 #include "Iex.h"
57 Iex::throwErrnoExc ("Cannot initialize mutex (%T).", error);
60 Iex::throwErrnoExc ("Cannot initialize condition variable (%T).",
91 Iex::throwErrnoExc ("Cannot wait on condition variable (%T).",
133 Iex::throwErrnoExc ("Cannot signal condition variable (%T).",
  /external/opencv3/3rdparty/openexr/Iex/
IexMathExc.h 42 namespace Iex {
56 } // namespace Iex

Completed in 1246 milliseconds

1 2 3 4 5