Home
last modified time | relevance | path

Searched refs:tw (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-xlcompat-trap.ll11 ; tw
34 ; CHECK-NEXT: tw 3, r3, r4
52 ; CHECK-NEXT: tw 5, r3, r4
61 ; CHECK-NEXT: tw 6, r3, r4
79 ; CHECK-NEXT: tw 12, r3, r4
97 ; CHECK-NEXT: tw 20, r3, r4
130 ; tw -> twi
172 ; CHECK-NEXT: tw 3, r3, r4
183 ; CHECK-NEXT: tw 3, r4, r3
194 ; CHECK-NEXT: tw 3, r3, r4
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.cpp22 uint16_t tw = 0; in AbridgedToFullTagWord() local
24 tw <<= 2; in AbridgedToFullTagWord()
31 tw |= 1; // Zero in AbridgedToFullTagWord()
33 tw |= 2; // Denormal in AbridgedToFullTagWord()
35 tw |= 2; // Infinity or NaN in AbridgedToFullTagWord()
38 tw |= 3; // Empty register in AbridgedToFullTagWord()
44 return tw; in AbridgedToFullTagWord()
49 uint8_t lldb_private::FullToAbridgedTagWord(uint16_t tw) { in FullToAbridgedTagWord() argument
54 if ((tw & mask) != mask) in FullToAbridgedTagWord()
H A DRegisterContext_x86.h388 uint8_t FullToAbridgedTagWord(uint16_t tw);
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTaggedASTType.h26 TaggedASTType(const TaggedASTType<C> &tw) : CompilerType(tw) {} in TaggedASTType() argument
32 TaggedASTType<C> &operator=(const TaggedASTType<C> &tw) {
33 CompilerType::operator=(tw);
/llvm-project-15.0.7/lldb/unittests/Process/Utility/
H A DRegisterContextTest.cpp22 uint16_t tw; member
64 x.value().tw); in TEST()
71 EXPECT_EQ(FullToAbridgedTagWord(x.value().tw), x.value().tw_abridged); in TEST()
/llvm-project-15.0.7/llvm/test/tools/llvm-ifs/
H A Dread-elf-dynsym.test15 # RUN: yaml2obj %s -o %tw.gnu.hash -DGNUHASHVALUE="[0x8, 0x9]" -DTAG1="DT_GNU_HASH" -DVAL1="0xC00" …
16 # RUN: llvm-ifs --input-format=ELF --output-ifs=- %tw.gnu.hash | FileCheck %s
19 # RUN: yaml2obj %s -o %tw.gnu.hash -DGNUHASHVALUE="[0x8, 0xA]" -DTAG1="DT_GNU_HASH" -DVAL1="0xC00" …
20 # RUN: not llvm-ifs --input-format=ELF --output-ifs=- %tw.gnu.hash 2>&1 | FileCheck %s --check-pre…
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dlit.local.cfg1 # -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79:
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dlit.local.cfg1 # -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79:
/llvm-project-15.0.7/clang/test/Analysis/
H A Dlit.local.cfg1 # -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79:
/llvm-project-15.0.7/openmp/tools/multiplex/tests/
H A Dlit.cfg1 # -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79:
/llvm-project-15.0.7/llvm/test/MC/Disassembler/PowerPC/
H A Dppc64-encoding-ext.txt1906 # CHECK: tw 20, 3, 4
1930 # CHECK: tw 12, 3, 4
1954 # CHECK: tw 12, 3, 4
1978 # CHECK: tw 20, 3, 4
2002 # CHECK: tw 6, 3, 4
2014 # CHECK: tw 5, 3, 4
2038 # CHECK: tw 5, 3, 4
2050 # CHECK: tw 6, 3, 4
/llvm-project-15.0.7/openmp/tools/archer/tests/
H A Dlit.cfg1 # -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79:
/llvm-project-15.0.7/openmp/runtime/test/
H A Dlit.cfg1 # -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79:
/llvm-project-15.0.7/llvm/test/MC/PowerPC/
H A Dppc64-encoding-ext.s3089 # CHECK-BE: tw 20, 3, 4 # encoding: [0x7e,0x83,0x20,0x08]
3090 # CHECK-LE: tw 20, 3, 4 # encoding: [0x08,0x20,0x83,0x7e]
3115 # CHECK-BE: tw 12, 3, 4 # encoding: [0x7d,0x83,0x20,0x08]
3116 # CHECK-LE: tw 12, 3, 4 # encoding: [0x08,0x20,0x83,0x7d]
3141 # CHECK-BE: tw 12, 3, 4 # encoding: [0x7d,0x83,0x20,0x08]
3142 # CHECK-LE: tw 12, 3, 4 # encoding: [0x08,0x20,0x83,0x7d]
3167 # CHECK-BE: tw 20, 3, 4 # encoding: [0x7e,0x83,0x20,0x08]
3168 # CHECK-LE: tw 20, 3, 4 # encoding: [0x08,0x20,0x83,0x7e]
3193 # CHECK-BE: tw 6, 3, 4 # encoding: [0x7c,0xc3,0x20,0x08]
3194 # CHECK-LE: tw 6, 3, 4 # encoding: [0x08,0x20,0xc3,0x7c]
[all …]
H A Dppc64-encoding.s744 tw 2, 3, 4
/llvm-project-15.0.7/openmp/libomptarget/test/
H A Dlit.cfg1 # -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79:
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp.h1284 unsigned tw; in __kmp_clear_x87_fpu_status_word() member
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td1776 "tw $to, $rA, $rB", IIC_IntTrapW, []>;
4822 def : InstAlias<"tw"#name#"i $rA, $imm", (TWI to, gprc:$rA, s16imm:$imm)>;
4823 def : InstAlias<"tw"#name#" $rA, $rB", (TW to, gprc:$rA, gprc:$rB)>;