Home
last modified time | relevance | path

Searched refs:sdst (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td182 bits<7> sdst;
187 let Inst{22-16} = sdst;
192 bits<7> sdst;
198 let Inst{22-16} = sdst;
214 bits <7> sdst;
218 let Inst{22-16} = sdst;
224 bits <7> sdst = 0;
229 let Inst{22-16} = sdst;
245 bits<7> sdst;
250 let Inst{21-15} = sdst;
[all …]
DVIInstrFormats.td94 bits<7> sdst;
98 let Inst{12-6} = sdst;
147 // Differs from VOP3e by destination name (sdst) as VOPC doesn't have vector dst
149 bits<8> sdst;
151 let Inst{7-0} = sdst;
162 bits<7> sdst;
167 let Inst{14-8} = sdst;
DSIInstrInfo.td756 op, opName, (outs SReg_32:$sdst), (ins SSrc_32:$src0),
757 opName#" $sdst, $src0", pattern
761 op, opName, (outs SReg_64:$sdst), (ins SSrc_64:$src0),
762 opName#" $sdst, $src0", pattern
767 def "" : SOP1_Pseudo <opName, (outs SReg_64:$sdst), (ins), pattern>;
769 def _si : SOP1_Real_si <op, opName, (outs SReg_64:$sdst), (ins),
770 opName#" $sdst"> {
774 def _vi : SOP1_Real_vi <op, opName, (outs SReg_64:$sdst), (ins),
775 opName#" $sdst"> {
786 let sdst = 0;
[all …]
DSIInstructions.td79 (outs SReg_64:$sdst), ?, " $sdst", [(set i64:$sdst, (int_amdgcn_s_memtime))]
104 [(set i32:$sdst, (not i32:$src0))]
108 [(set i64:$sdst, (not i64:$src0))]
116 [(set i32:$sdst, (bitreverse i32:$src0))]
124 [(set i32:$sdst, (ctpop i32:$src0))]
132 [(set i32:$sdst, (cttz_zero_undef i32:$src0))]
137 [(set i32:$sdst, (AMDGPUffbh_u32 i32:$src0))]
142 [(set i32:$sdst, (int_AMDGPU_flbit_i32 i32:$src0))]
146 [(set i32:$sdst, (sext_inreg i32:$src0, i8))]
149 [(set i32:$sdst, (sext_inreg i32:$src0, i16))]
[all …]
DSILowerControlFlow.cpp548 MachineOperand *SaveOp = TII->getNamedOperand(MI, AMDGPU::OpName::sdst); in loadM0()
DSIInstrInfo.cpp311 FirstDst = getNamedOperand(FirstLdSt, AMDGPU::OpName::sdst); in shouldClusterMemOps()
312 SecondDst = getNamedOperand(SecondLdSt, AMDGPU::OpName::sdst); in shouldClusterMemOps()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
DTimeZoneNameProviderICU.java35 String sdst = tznames.getDisplayName(canonicalID, NameType.SHORT_DAYLIGHT, date); in getDisplayName() local
37 if (lstd != null && ldst != null && sstd != null && sdst != null) { in getDisplayName()
43 dispName = daylight ? sdst : sstd; in getDisplayName()