Home
last modified time | relevance | path

Searched refs:Is128Bits (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch64/
Doperands-aarch64.h126 bool Is128Bits() const { in Is128Bits() function
208 bool IsQ() const { return IsV() && Is128Bits(); } in IsQ()
371 bool Is16B() const { return (Is128Bits() && (lanes_ == 16)); } in Is16B()
373 bool Is8H() const { return (Is128Bits() && (lanes_ == 8)); } in Is8H()
375 bool Is4S() const { return (Is128Bits() && (lanes_ == 4)); } in Is4S()
377 bool Is2D() const { return (Is128Bits() && (lanes_ == 2)); } in Is2D()
Dassembler-aarch64.h2905 VIXL_ASSERT(vd.Is128Bits()); in VFormat()
2932 VIXL_ASSERT(vd.Is64Bits() || vd.Is128Bits()); in FPFormat()
2933 return vd.Is128Bits() ? NEON_FP_2D : NEON_FP_2S; in FPFormat()
2937 VIXL_ASSERT((vd.GetLanes() == 4) && vd.Is128Bits()); in FPFormat()
2957 VIXL_ASSERT(vd.Is128Bits()); in LSVFormat()
Dmacro-assembler-aarch64.cc1112 VIXL_ASSERT(vd.Is128Bits()); in Movi()
Ddisasm-aarch64.cc4042 VIXL_ASSERT(reg.Is128Bits()); in AppendRegisterNameToOutput()
/external/vixl/test/aarch64/
Dtest-utils-aarch64.cc161 VIXL_ASSERT(vreg.Is128Bits()); in Equal128()
/external/vixl/src/aarch32/
Dinstructions-aarch32.h127 bool Is128Bits() const { return GetSizeInBits() == 128; } in Is128Bits() function