Home
last modified time | relevance | path

Searched refs:U6 (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCInstrInfo.td172 (ins GPR32:$B, immU6:$U6),
173 !strconcat(opasm, "\t$A, $B, $U6"),
176 (ins GPR32:$B, immU6:$U6),
177 !strconcat(opasm, ".f\t$A, $B, $U6"),
182 (ins immU6:$U6, ccond:$cc, GPR32:$B),
234 !strconcat(opasm, "\t$B, $U6"),
269 def _rru6 : Pat<(InFrag i32:$B, immU6:$U6), (RRU6 i32:$B, immU6:$U6)>;
383 (outs GPR32:$B), (ins immU6:$U6),
384 "mov\t$B, $U6", []>;
387 (outs GPR32:$B), (ins u6:$U6),
[all …]
H A DARCInstrFormats.td312 // |B[2-0] | 0| 1| subop| F|B[5-3] |U6 |A |
316 bits<6> U6;
326 let Inst{11-6} = U6;
333 // |B[2-0] | 1| 1| subop| F|B[5-3] |U6 |1|cc |
339 bits<6> U6;
348 let Inst{11-6} = U6;
359 // |B[2-0] | 1| 1| subop| F|B[5-3] |U6 |1|cc |
364 bits<6> U6;
373 let Inst{11-6} = U6;
428 bits<6> U6;
[all …]
/llvm-project-15.0.7/clang/test/Sema/
H A Dtest-wunaligned-access.cpp52 struct __attribute__((aligned(4), packed)) U6 { struct
256 struct U6 s6;
H A Dtest-wunaligned-access.c51 struct U6 { struct
468 struct U6 s6;
/llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.pass.cpp138 using U6 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef
143 static_assert(std::is_constructible<U1, U6&&>::value, ""); in test_sfinae()
/llvm-project-15.0.7/clang/test/CXX/class/class.union/
H A Dp1.cpp108 union U6 { union
/llvm-project-15.0.7/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp328 Field U6 = fieldFromInstruction(Insn, 6, 6); in DecodeSOPwithRU6() local
329 Inst.addOperand(MCOperand::createImm(U6)); in DecodeSOPwithRU6()
/llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp250 using U6 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef
255 static_assert(std::is_assignable<U1, U6&&>::value, ""); in test_sfinae()
/llvm-project-15.0.7/llvm/test/MC/Disassembler/ARC/
H A Dldst.txt96 # LR instructions with a U6 immediate bit pattern
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.cpp1835 template <class T> struct U6 {}; struct
1837 U6<int> x;
1838 U6<short> y;
1841 template <class T> struct U6 {}; struct
1843 U6<short> y;
1844 U6<int> x;
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.td276 // Register - U6
277 // Operand register - U6
293 // U6
531 // Register - U6
614 // Operand register - U6
622 // U6
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp702 auto U6 = &testing::UnitTest::GetTestCase; in unitTestCallAndReference() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td1006 def: Pat<(HexagonEXTRACTU I64:$Rs, u6_0ImmPred:$u6, u6_0ImmPred:$U6),
1007 (S2_extractup I64:$Rs, imm:$u6, imm:$U6)>;
1696 def: Pat<(add (Su<Mul> I32:$Rs, u6_0ImmPred:$U6), anyimm:$u6),
1697 (M4_mpyri_addi imm:$u6, IntRegs:$Rs, imm:$U6)>;