Searched refs:_dst_ (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/common/ |
D | tcuInterval.hpp | 178 ::tcu::Interval& VAR##_dst_ = (DST); \ 193 VAR##_dst_ = VAR##_lo_ | VAR##_hi_; \ 207 ::tcu::Interval& VAR##_dst_ = (DST); \ 211 VAR##_dst_ = Interval(); \ 224 VAR##_dst_ = VAR##_lo_ | VAR##_hi_; \ 227 VAR##_dst_ |= TCU_NAN; \
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoV60.td | 339 : V6_LDInst <(outs RC:$dst, IntRegs:$_dst_), 341 "$src1 = $_dst_">; 405 : V6_STInst <(outs IntRegs:$_dst_), 408 "$src1 = $_dst_">, NewValueRel { 448 : V6_STInst <(outs IntRegs:$_dst_), 451 "$src1 = $_dst_">, NewValueRel { 482 : V6_STInst<(outs IntRegs:$_dst_), 486 "$src2 = $_dst_">, NewValueRel { 545 : V6_STInst <(outs IntRegs:$_dst_), 549 "$src2 = $_dst_">; [all …]
|
D | HexagonInstrInfo.td | 1992 : LDInstPI <(outs RC:$dst, IntRegs:$_dst_), 1995 [], "$src1 = $_dst_" > { 2052 : LDInst <(outs RC:$dst, IntRegs:$_dst_), 2055 "$Rz = $_dst_" > { 2099 : LDInst <(outs DoubleRegs:$dst, IntRegs:$_dst_), 2102 "$Rz = $_dst_, $dst = $_src_" > { 2129 : LDInstPI<(outs RC:$dst, IntRegs:$_dst_), 2132 "$Rz = $_dst_"> { 2242 <(outs RC:$dst, IntRegs:$_dst_), 2245 [] , "$Rz = $_dst_" > { [all …]
|
D | HexagonInstrInfoV4.td | 1382 : LDInstPI <(outs DoubleRegs:$dst, IntRegs:$_dst_), 1385 "$src1 = $dst, $src2 = $_dst_"> { 1412 : NVInstPI_V4 <(outs IntRegs:$_dst_), 1415 [], "$src1 = $_dst_">, 1446 : NVInstPI_V4 <(outs IntRegs:$_dst_), 1451 [], "$src2 = $_dst_">, 1512 : NVInstPI_V4 <(outs IntRegs:$_dst_), 1515 [], "$src1 = $_dst_"> {
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1843 MCOperand &_dst_ = Inst.getOperand(1); in processInstruction() local 1851 TmpInst.addOperand(_dst_); in processInstruction() 1862 MCOperand &_dst_ = Inst.getOperand(1); in processInstruction() local 1870 TmpInst.addOperand(_dst_); in processInstruction() 1881 MCOperand &_dst_ = Inst.getOperand(1); in processInstruction() local 1889 TmpInst.addOperand(_dst_); in processInstruction()
|