Home
last modified time | relevance | path

Searched defs:VX (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dmain_main.c892 const UInt VX = VEX_HWCAPS_PPC32_VX; in show_hwcaps_ppc32() local
914 const UInt VX = VEX_HWCAPS_PPC64_VX; in show_hwcaps_ppc64() local
/external/clang/test/CXX/special/class.dtor/
Dp3-0x.cpp129 struct VX struct
130 { virtual ~VX() {} }; in ~VX() argument
/external/qemu/
Dppc-dis.c1713 #define VX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7ff)) macro