Home
last modified time | relevance | path

Searched refs:rflags (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Decimal/
H A Dthorough-test.cpp57 auto rflags{ConvertDecimalToFloat(&p, &y, RoundNearest)}; in testReadback() local
59 if (y == y || *p != '\0' || (rflags & Invalid)) { in testReadback()
62 failed(x).write_hex(u.u) << " '" << p << "' " << rflags << '\n'; in testReadback()
64 } else if (x != y || *p != '\0' || (rflags & Invalid)) { in testReadback()
67 failed(x).write_hex(u.u) << " '" << p << "' " << rflags << '\n'; in testReadback()
H A Dquick-sanity-test.cpp59 auto rflags{ConvertDecimalToFloat(&p, &y, RoundNearest)}; in testReadback() local
62 if (y == y || *p != '\0' || (rflags & Invalid)) { in testReadback()
66 << " '" << p << "' " << rflags << '\n'; in testReadback()
68 } else if (x != y || *p != '\0' || (rflags & Invalid)) { in testReadback()
72 << " '" << p << "' " << rflags << '\n'; in testReadback()
/llvm-project-15.0.7/clang/lib/Headers/
H A Duintrintrin.h26 unsigned long long rflags; member
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextWindows_x86_64.cpp37 uint64_t rflags; member
106 …DEFINE_GPR(rflags, nullptr, dwarf_rflags_x86_64, dwarf_rflags_x86_64, LLDB_REGNUM_GENERIC_FLAGS…
H A DRegisterContextDarwin_x86_64.cpp294 {DEFINE_GPR(rflags, "flags"),
1010 if (gpr.rflags & trace_bit) in HardwareSingleStep()
1013 gpr.rflags |= trace_bit; in HardwareSingleStep()
1015 if (gpr.rflags & trace_bit) in HardwareSingleStep()
1016 gpr.rflags &= ~trace_bit; in HardwareSingleStep()
H A DRegisterContextOpenBSD_x86_64.cpp35 uint64_t rflags; member
H A DRegisterContextFreeBSD_x86_64.cpp42 uint64_t rflags; member
H A DRegisterContextNetBSD_x86_64.cpp45 uint64_t rflags; /* 23 */ member
H A DRegisterContextLinux_x86_64.cpp36 uint64_t rflags; member
H A DRegisterContextDarwin_x86_64.h65 uint64_t rflags; member
H A DRegisterInfos_x86_64.h226 …DEFINE_GPR(rflags, nullptr, dwarf_rflags_x86_64, dwarf_rflags_x86_64, LLDB_REGNUM_GENERIC_FLAGS…
388 UPDATE_GPR_INFO(eflags, rflags);
/llvm-project-15.0.7/lldb/test/Shell/Register/Core/
H A Dx86-64-freebsd-addr.test5 # CHECK-DAG: rflags = 0x0000000000010246
H A Dx86-64-netbsd-addr.test5 # CHECK-DAG: rflags = 0x0000000000010212
H A Dx86-64-linux-addr.test5 # CHECK-DAG: rflags = 0x0000000000010246
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dx86-64-intrcc-uintr.ll62 ; g_rflags = frame->rflags;
160 %rflags = getelementptr inbounds %struct.__uintr_frame, ptr %frame, i64 0, i32 1
161 %1 = load i64, ptr %rflags, align 8
/llvm-project-15.0.7/lldb/unittests/Process/Utility/
H A DRegisterContextNetBSDTest_x86_64.cpp69 EXPECT_GPR_X86_64(rflags, _REG_RFLAGS); in TEST()
H A DRegisterContextFreeBSDTest.cpp79 EXPECT_GPR_X86_64(rflags); in TEST()
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
H A Da.out.ips51 "rflags": {
/llvm-project-15.0.7/libunwind/src/
H A DUnwindRegistersSave.S99 # skip rflags
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h1588 uint64_t rflags; member
1714 sys::swapByteOrder(x.rflags); in swapStruct()
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Dprivate-headers.test449 THREAD: rflags 0x0000000000000000 cs 0x0000000000000000 fs 0x0000000000000000
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-gdb-remote.txt633 read packet: $name:rflags;alt-name:flags;bitsize:64;offset:136;encoding:uint;format:hex;set:General…
810 "name=rflags;" (x86_64), "name=cpsr;" (32 bit ARM)
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp1689 DEFINE_GPR_ALT3(rflags, "flags", GENERIC_REGNUM_FLAGS),
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp9451 outs() << "rflags " << format("0x%016" PRIx64, cpu64.rflags); in Print_x86_thread_state64_t()