Searched refs:Narrow (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/sfnt/
H A DSkPanose.h476 Narrow = 8, member in class:SkPanose::Data::Pictoral::AspectRatio94
489 Narrow = 8, member in class:SkPanose::Data::Pictoral::AspectRatio119
502 Narrow = 8, member in class:SkPanose::Data::Pictoral::AspectRatio157
515 Narrow = 8, member in class:SkPanose::Data::Pictoral::AspectRatio163
/external/libavc/common/arm/
H A Dih264_resi_trans_quant_a9.s207 vmovn.s32 d30, q11 @Narrow row 1
208 vmovn.s32 d31, q12 @Narrow row 2
209 vmovn.s32 d0 , q13 @Narrow row 3
210 vmovn.s32 d1 , q14 @Narrow row 4
222 vmovn.u16 d14, q5 @I Narrow the comparison for row 1 and 2 blk 1
223 vmovn.u16 d15, q6 @I Narrow the comparison for row 1 and 2 blk 2
402 vmovn.s32 d30, q11 @Narrow row 1
403 vmovn.s32 d31, q12 @Narrow row 2
404 vmovn.s32 d0 , q13 @Narrow row 3
405 vmovn.s32 d1 , q14 @Narrow ro
[all...]
/external/vixl/src/aarch32/
H A Dinstructions-aarch32.cc442 case Narrow:
H A Dinstructions-aarch32.h1148 enum EncodingSizeType { Best, Narrow, Wide };
1160 bool IsNarrow() const { return size_ == Narrow; }
H A Dmacro-assembler-aarch32.h205 masm_->b(cond_.Negate(), Narrow, &label_);
1397 b(cond, Narrow, label);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1263 bool Narrow = VT.getSizeInBits() == 64; local
1268 if (Narrow)
1289 if (Narrow)
1302 bool Narrow = VT.getSizeInBits() == 64; local
1307 if (Narrow)
1334 Narrow ? NarrowVector(SuperReg, *CurDAG) : SuperReg);
1342 if (Narrow)
1357 bool Narrow = VT.getSizeInBits() == 64; local
1362 if (Narrow)
1387 bool Narrow local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24951 // Narrow the repeated mask for 32-bit element permutes.
28009 SDValue Narrow = N->getOperand(0); local
[all...]
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc2712 __ b(Narrow, &after_pool);

Completed in 1146 milliseconds