/external/clang/include/clang/Basic/ |
arm_neon.td | 290 // SInst: Instruction with signed/unsigned suffix (e.g., "s8", "u8", "p8") 293 class SInst<string n, string p, string t> : Inst<n, p, t, OP_NONE> {} 510 def VHADD : SInst<"vhadd", "ddd", "csiUcUsUiQcQsQiQUcQUsQUi">; 511 def VRHADD : SInst<"vrhadd", "ddd", "csiUcUsUiQcQsQiQUcQUsQUi">; 512 def VQADD : SInst<"vqadd", "ddd", "csilUcUsUiUlQcQsQiQlQUcQUsQUiQUl">; 519 def VMULP : SInst<"vmul", "ddd", "PcQPc">; 524 def VQDMULH : SInst<"vqdmulh", "ddd", "siQsQi">; 525 def VQRDMULH : SInst<"vqrdmulh", "ddd", "siQsQi">; 532 def VQDMLAL : SInst<"vqdmlal", "wwdd", "si">; 533 def VQDMLSL : SInst<"vqdmlsl", "wwdd", "si"> [all...] |
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/ |
FileUtil.java | 30 private static FileUtil sInst = null; 36 if (sInst == null) { 37 sInst = new FileUtil(); 39 return sInst;
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_schedule.c | 174 static unsigned get_tex_read_count(struct schedule_instruction * sinst) 176 unsigned tex_read_count = sinst->TexReadCount; 177 if (sinst->PairedInst) { 178 tex_read_count += sinst->PairedInst->TexReadCount; 184 static void print_list(struct schedule_instruction * sinst) 187 for (ptr = sinst; ptr; ptr=ptr->NextReady) { 189 unsigned score = sinst->Score; 247 static void instruction_ready(struct schedule_state * s, struct schedule_instruction * sinst) 249 DBG("%i is now ready\n", sinst->Instruction->IP); 253 if (sinst->Instruction->Type == RC_INSTRUCTION_NORMAL [all...] |
/external/clang/test/SemaObjC/ |
argument-checking.m | 18 struct S sInst; 25 [obj structMeth:sInst :1]; // expected-error {{sending 'int'}}
|
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfoV5.td | 532 : SInst <(outs DoubleRegs:$Rdd), (ins DoubleRegs:$Rss), 551 : SInst <(outs DoubleRegs:$Rdd), (ins IntRegs:$Rs), 570 : SInst <(outs IntRegs:$Rd), (ins DoubleRegs:$Rss), 590 : SInst <(outs IntRegs:$Rd), (ins IntRegs:$Rs), 671 def F2_sffixupr: SInst<(outs IntRegs:$Rd), (ins IntRegs:$Rs), 804 : SInst <(outs IntRegs:$Rd), 829 : SInst <(outs IntRegs:$Rd), (ins DoubleRegs:$Rss, u4Imm:$u4), 834 def S5_vasrhrnd : SInst <(outs DoubleRegs:$Rdd), 854 : SInst <(outs DoubleRegs:$Rdd), (ins DoubleRegs:$Rss, u4Imm:$u4), 861 def F2_sfinvsqrta: SInst < [all...] |
HexagonInstrFormats.td | 322 class SInst<dag outs, dag ins, string asmstr, list<dag> pattern = [], 337 : SInst<outs, ins, asmstr, pattern, cstr, itin>;
|
HexagonInstrInfo.td | [all...] |
HexagonInstrInfoVector.td | 460 : SInst<(outs DoubleRegs:$a), (ins DoubleRegs:$b, DoubleRegs:$c),
|
HexagonInstrInfoV4.td | 165 : SInst<(outs PredRegs:$Pd), (ins IntRegs:$Rs, IntRegs:$Rt), [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXVector.td | 19 NVPTXInst sInst=NOP> 21 NVPTXInst scalarInst=sInst; 240 NVPTXInst sInst=NOP> : 244 sInst>; 247 NVPTXRegClass regclass2, NVPTXInst sInst=NOP> : 251 sInst>; 254 NVPTXInst sInst=NOP> : 257 [(set regclass:$dst, (OpNode regclass:$a))], sInst>; 353 NVPTXInst sInst=NOP> : 354 NVPTXVecInst<(outs outclass:$d), (ins inclass:$s), asmstr, [], sInst>; [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILPeepholeOptimizer.cpp | 946 StoreInst *sinst = dyn_cast<StoreInst>(inst); local 952 } else if (sinst) { 953 alignment = sinst->getAlignment(); 954 Ty = sinst->getValueOperand()->getType(); [all...] |
/packages/apps/PackageInstaller/res/values-fr-rCA/ |
strings.xml | 72 <string name="uninstall_failed_device_policy_manager_of_user" msgid="4466062391552204291">"Désinst. imposs., car ce paquet est un administrateur d\'appareil actif pour <xliff:g id="USERNAME">%1$s</xliff:g>."</string>
|
/external/clang/utils/TableGen/ |
NeonEmitter.cpp | 517 Record *SI = R.getClass("SInst"); [all...] |
/external/libdrm/intel/ |
intel_decode.c | [all...] |
/packages/apps/Settings/res/values-sv/ |
strings.xml | [all...] |