HomeSort by relevance Sort by last modified time
    Searched full:rflags (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/valgrind/memcheck/tests/amd64-solaris/
context_rflags.c 1 /* Test if rflags values are correctly propagated in and out of a signal
14 #define OBIT(rflags) (!!((rflags) & (1 << 11)))
15 #define SBIT(rflags) (!!((rflags) & (1 << 7)))
30 long rflags; local
54 : "=d" (rflags)
64 printf(" overflow=%d, sign=%d\n", OBIT(rflags), SBIT(rflags));
context_rflags2.c 1 /* Test if definedness of rflags values is correctly propagated in and out
8 flag value (indicating if the syscall succeeded) in the rflags. This save
9 operation unfortunately makes all rflags initialised (due to imprecise
21 #define OBIT(rflags) (!!((rflags) & (1 << 11)))
22 #define SBIT(rflags) (!!((rflags) & (1 << 7)))
43 long rflags; local
75 : "=d" (rflags)
81 Note: This actually fails because the rflags are only approximat
    [all...]
  /external/valgrind/none/tests/amd64/
tm1.stdout.exp 2 xtest: rflags.Z = 1 (expected 1)
tm1.c 50 printf("xtest: rflags.Z = %lld (expected %d)\n", ok, 1);
fb_test_amd64.c 925 unsigned long long int rflags; local
930 : "=r" (rflags)
932 xxprintf("fcomi(%f %f)=%016llx\n", a, b, rflags & (CC_Z | CC_P | CC_C));
1048 #define TEST_FCMOV(a, b, rflags, CC)\
1055 : "0" (a), "u" (b), "g" (rflags));\
1056 xxprintf("fcmov%s rflags=0x%04llx-> %f\n", \
1057 CC, rflags, res);\
1063 int64 rflags, i; local
1068 rflags = 0;
1070 rflags |= CC_C
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
ReadEflags.c 25 @return EFLAGS on IA-32 or RFLAGS on x64.
  /prebuilts/go/darwin-x86/src/runtime/
defs_nacl_amd64p32.go 47 rflags uint32
signal_nacl_amd64p32.go 41 func (c *sigctxt) rflags() uint64 { return uint64(c.regs().rflags) } func
signal_amd64x.go 33 print("rflags ", hex(c.rflags()), "\n")
signal_dragonfly_amd64.go 41 func (c *sigctxt) rflags() uint64 { return c.regs().mc_rflags } func
signal_freebsd_amd64.go 41 func (c *sigctxt) rflags() uint64 { return c.regs().mc_rflags } func
  /prebuilts/go/linux-x86/src/runtime/
defs_nacl_amd64p32.go 47 rflags uint32
signal_nacl_amd64p32.go 41 func (c *sigctxt) rflags() uint64 { return uint64(c.regs().rflags) } func
signal_amd64x.go 33 print("rflags ", hex(c.rflags()), "\n")
  /external/lzma/CPP/
Build.mak 27 RFLAGS = $(RFLAGS) -dUNDER_CE
116 rc $(RFLAGS) -fo$@ $**
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 69 mReservedVectors[ExceptionType].OldFlags = SystemContext.SystemContextX64->Rflags;
76 Eflags.UintN = SystemContext.SystemContextX64->Rflags;
78 SystemContext.SystemContextX64->Rflags = Eflags.UintN;
99 SystemContext.SystemContextX64->Rflags = mReservedVectors[ExceptionType].OldFlags;
128 "RIP - %016lx, CS - %016lx, RFLAGS - %016lx\n",
131 SystemContext.SystemContextX64->Rflags
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug093.go 59 rflags 0x10202
  /prebuilts/go/linux-x86/test/fixedbugs/
bug093.go 59 rflags 0x10202
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmmProfileArch.h 42 UINT64 Rflags;
  /external/libunwind/src/ia64/
ucontext_i.h 53 #define rFLAGS r16
  /external/valgrind/none/tests/amd64-solaris/
coredump_single_thread_mdb 19 sed '/^%rflags/ d' | \
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.S 33 ASM_PFX(Rflags): .long 0x55555555 # ?
61 // UINT64 RFlags;
163 // rflags from interrupted task
187 // UINT64 RFlags;
223 // Save interrupt state rflags register...
226 movq %rax, ASM_PFX(Rflags)(%rip)
267 # application stack has ss, rsp, rflags, cs, & rip, so
308 // UINT64 RFlags;
309 // Rflags from application is two entries back in application stack
413 // UINT64 RFlags;
    [all...]
AsmFuncs.asm 59 Rflags dq 5555555555555555h ; ?
85 ;; UINT64 RFlags;
193 ;; rflags from interrupted task
217 ;; UINT64 RFlags;
255 ;; Save interrupt state rflags register...
258 mov qword ptr Rflags, rax
300 ; application stack has ss, rsp, rflags, cs, & rip, so
344 ;; UINT64 RFlags;
345 ;; Rflags from application is two entries back in application stack
447 ;; UINT64 RFlags;
    [all...]
  /external/valgrind/include/vki/
vki-xen-x86.h 103 vki_uint64_t rflags; /* rflags.IF == !saved_upcall_mask */ member in struct:vki_xen_cpu_user_regs
183 vki_uint64_t rflags; member in struct:vki_hvm_hw_cpu
  /external/valgrind/coregrind/m_syswrap/
syswrap-amd64-solaris.c 211 /* Handle rflags. Refer to the x86-solaris variant of this code for
402 /* Rflags. Refer to the x86-solaris variant of this code for a detailed
405 ULong rflags; local
413 rflags = uc->uc_mcontext.gregs[VKI_REG_RFL];
415 new_rflags = rflags;
428 if (rflags != ~VKI_UC_GUEST_RFLAGS_NEG(uc)) {
430 "The rflags value was restored from an "
442 buf[4] = rflags;
470 "values, using approximate rflags in thread "

Completed in 433 milliseconds

1 2 3 4 5 6 7 8 9