/external/valgrind/main/VEX/test/ |
D | test-amd64.c | 603 unsigned long long int rflags; in test_fcmp() local 608 : "=r" (rflags) in test_fcmp() 610 printf("fcomi(%f %f)=%016llx\n", a, b, rflags & (CC_Z | CC_P | CC_C)); in test_fcmp() 735 #define TEST_FCMOV(a, b, rflags, CC)\ argument 742 : "0" (a), "u" (b), "g" (rflags));\ 744 CC, rflags, res);\ 750 int64 rflags, i; in test_fcmov() local 755 rflags = 0; in test_fcmov() 757 rflags |= CC_C; in test_fcmov() 759 rflags |= CC_Z; in test_fcmov() [all …]
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | valgrind-low-amd64.c | 175 ULong rflags; in transfer_register() local 179 rflags = LibVEX_GuestAMD64_get_rflags (amd64); in transfer_register() 181 rflags = 0; in transfer_register() 182 VG_(transfer) (&rflags, buf, dir, size, mod); in transfer_register()
|
/external/valgrind/main/VEX/priv/ |
D | guest_amd64_helpers.c | 741 ULong rflags = amd64g_calculate_rflags_all_WRK(cc_op, cc_dep1, in amd64g_calculate_condition() local 756 of = rflags >> AMD64G_CC_SHIFT_O; in amd64g_calculate_condition() 761 zf = rflags >> AMD64G_CC_SHIFT_Z; in amd64g_calculate_condition() 766 cf = rflags >> AMD64G_CC_SHIFT_C; in amd64g_calculate_condition() 772 cf = rflags >> AMD64G_CC_SHIFT_C; in amd64g_calculate_condition() 773 zf = rflags >> AMD64G_CC_SHIFT_Z; in amd64g_calculate_condition() 779 sf = rflags >> AMD64G_CC_SHIFT_S; in amd64g_calculate_condition() 784 pf = rflags >> AMD64G_CC_SHIFT_P; in amd64g_calculate_condition() 789 sf = rflags >> AMD64G_CC_SHIFT_S; in amd64g_calculate_condition() 790 of = rflags >> AMD64G_CC_SHIFT_O; in amd64g_calculate_condition() [all …]
|
/external/qemu/target-i386/ |
D | svm.h | 193 uint64_t rflags; member
|
D | kvm.c | 360 kvm_getput_reg(®s.rflags, &env->eflags, set); in kvm_getput_regs()
|
D | op_helper.c | 4966 stq_phys(env->vm_hsave + offsetof(struct vmcb, save.rflags), compute_eflags()); in helper_vmrun() 5021 load_eflags(ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rflags)), in helper_vmrun() 5347 stq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rflags), compute_eflags()); in helper_vmexit() 5377 load_eflags(ldq_phys(env->vm_hsave + offsetof(struct vmcb, save.rflags)), in helper_vmexit()
|
/external/qemu/android/config/linux-x86/asm/ |
D | kvm.h | 90 __u64 rip, rflags; member
|
/external/qemu/android/config/linux-x86_64/asm/ |
D | kvm.h | 90 __u64 rip, rflags; member
|
/external/openssl/crypto/x509v3/ |
D | v3_crld.c | 247 ASN1_BIT_STRING *rflags, int indent) in print_reasons() argument 254 if (ASN1_BIT_STRING_get_bit(rflags, pbn->bitnum)) in print_reasons()
|
/external/openssl/apps/ |
D | ocsp.c | 153 unsigned long sign_flags = 0, verify_flags = 0, rflags = 0; in MAIN() local 255 rflags |= OCSP_NOCERTS; in MAIN() 257 rflags |= OCSP_RESPID_KEY; in MAIN() 764 i = make_ocsp_response(&resp, req, rdb, rca_cert, rsigner, rkey, rother, rflags, nmin, ndays); in MAIN()
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 1140 DNSServiceFlags rflags = 0; in main() local 1147 if (operation == 'l') rflags |= kDNSServiceFlagsWakeOnResolve; in main() 1148 … err = DNSServiceResolve(&client, rflags, opinterface, argv[opi+0], typ, dom, resolve_reply, NULL); in main()
|
/external/kernel-headers/original/linux/ |
D | nfs_xdr.h | 140 __u32 rflags; member
|
/external/elfutils/backends/ |
D | ChangeLog | 128 * x86_64_regs.c (x86_64_register_info): Put %rflags in "integer" set.
|
/external/elfutils/tests/ |
D | ChangeLog | 242 * run-allregs.sh: Update expected x86-64 output for %rflags.
|
D | run-allregs.sh | 109 49: %rflags (rflags), unsigned 64 bits
|