HomeSort by relevance Sort by last modified time
    Searched full:sdst (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
TimeZoneNameProviderICU.java 33 String sdst = tznames.getDisplayName(canonicalID, NameType.SHORT_DAYLIGHT, date); local
35 if (lstd != null && ldst != null && sstd != null && sdst != null) {
41 dispName = daylight ? sdst : sstd;
  /external/llvm/test/CodeGen/R600/
rotl.ll 10 ; SI: s_sub_i32 [[SDST:s[0-9]+]], 32, {{[s][0-9]+}}
11 ; SI: v_mov_b32_e32 [[VDST:v[0-9]+]], [[SDST]]
  /external/llvm/lib/Target/R600/
SIInstrFormats.td 148 bits<7> sdst;
153 let Inst{22-16} = sdst;
158 bits<7> sdst;
164 let Inst{22-16} = sdst;
180 bits <7> sdst;
184 let Inst{22-16} = sdst;
190 bits <7> sdst = 0;
195 let Inst{22-16} = sdst;
211 bits<7> sdst;
218 let Inst{21-15} = sdst;
    [all...]
VIInstrFormats.td 142 bits<7> sdst;
147 let Inst{14-8} = sdst;
SIInstrInfo.td 550 let sdst = 0;
555 let sdst = 0;
574 // let sdst = xxx in {
576 field bits<7> sdst = 0;
693 (ins SReg_32:$sdst, u16imm:$simm16), opName#" $sdst, $simm16">;
696 (ins SReg_32:$sdst, u16imm:$simm16), opName#" $sdst, $simm16">;
701 op, opName, (outs SReg_32:$sdst), (ins SReg_32:$src0, u16imm:$simm16),
702 " $sdst, $simm16
    [all...]
SIInstructions.td 319 let sdst = 0 in {
397 Constraints = "$sdst = $src0" in {
404 (ins SReg_64:$sdst, u16imm:$simm16), " $sdst, $simm16"
409 (ins SReg_32:$sdst, u16imm:$simm16), " $sdst, $simm16"
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
SIInstrInfo.td 261 bits<7> SDST;
270 let Inst{21-15} = SDST;
282 bits<7> SDST;
287 let Inst{22-16} = SDST;
295 bits<7> SDST;
301 let Inst{22-16} = SDST;
325 bits <7> SDST;
329 let Inst{22-16} = SDST;
  /external/iptables/extensions/
libxt_devgroup.c 126 printf(" %sdst-group ", pfx);
  /hardware/intel/img/psb_video/src/
psb_texture.c 585 sBltVP.sDst.Stride = PVRCalculateStride(((struct dri_drawable*)texture_priv->dri_drawable)->width, 32, 8);
586 sBltVP.sDst.Format = PVR2D_ARGB8888;
603 sBltVP.sDst.Stride = dst_w * 2;//align_to(dst_w, 64);
604 sBltVP.sDst.Format = PVR2D_RGB565;
606 sBltVP.sDst.pSurfMemInfo = pDstMeminfo;
607 sBltVP.sDst.SurfOffset = 0;
608 sBltVP.sDst.SurfWidth = dst_w;
609 sBltVP.sDst.SurfHeight = dst_h;
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 385 PVR2D_SURFACE sDst; /* destination surface */
395 PVR2D_SURFACE sDst; /* destination surface */
412 PVR2D_SURFACE sDst; /* destination surface */
431 PVR2D_SURFACE sDst; /* destination surface */
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/v8/src/arm/
assembler-arm.cc     [all...]

Completed in 259 milliseconds