HomeSort by: relevance | last modified time | path
    Searched defs:gprs (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/s390/
htmintrin.h 53 unsigned long long gprs[16]; /* 128 */ member in struct:__htm_tdb
s390.h 459 GPRs 0-5 are always call-clobbered,
460 GPRs 6-15 are always call-saved.
751 int gprs; /* gpr so far */ member in struct:s390_arg_structure
758 ((CUM).gprs=0, (CUM).fprs=0, (CUM).vrs=0)
1113 /* Location (FP register number) where GPRs (r0-r15) should
  /src/external/gpl3/gcc/dist/libgcc/config/s390/
linux-unwind.h 44 unsigned long gprs[16]; member in struct:__anon14309
101 new_cfa = regs->gprs[15] + 16*sizeof(long) + 32;
111 (long)&regs->gprs[i] - new_cfa;
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
htmintrin.h 53 unsigned long long gprs[16]; /* 128 */ member in struct:__htm_tdb
s390.h 459 GPRs 0-5 are always call-clobbered,
460 GPRs 6-15 are always call-saved.
751 int gprs; /* gpr so far */ member in struct:s390_arg_structure
758 ((CUM).gprs=0, (CUM).fprs=0, (CUM).vrs=0)
1113 /* Location (FP register number) where GPRs (r0-r15) should
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/
linux-unwind.h 44 unsigned long gprs[16]; member in struct:__anon16721
101 new_cfa = regs->gprs[15] + 16*sizeof(long) + 32;
111 (long)&regs->gprs[i] - new_cfa;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
htmintrin.h 146 unsigned long long gprs[16]; /* 128 */ member in struct:__htm_tdb
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
darwin-fallback.c 51 /* Place in GPRS the parameters to the first 'sc' instruction that would
56 interpret_libc (reg_unit gprs[32], struct _Unwind_Context *context)
67 gprs[i] = 1;
68 gprs[1] = _Unwind_GetCFA (context);
70 gprs[i] = _Unwind_GetGR (context, i);
113 int32_t val2 = gprs[ins >> 16 & 0x1F];
131 gprs [ins >> 16 & 0x1F] = (gprs [ins >> 11 & 0x1F]
132 | gprs [ins >> 21 & 0x1F]);
137 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F]
482 reg_unit gprs[32]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
darwin-fallback.c 51 /* Place in GPRS the parameters to the first 'sc' instruction that would
56 interpret_libc (reg_unit gprs[32], struct _Unwind_Context *context)
67 gprs[i] = 1;
68 gprs[1] = _Unwind_GetCFA (context);
70 gprs[i] = _Unwind_GetGR (context, i);
113 int32_t val2 = gprs[ins >> 16 & 0x1F];
131 gprs [ins >> 16 & 0x1F] = (gprs [ins >> 11 & 0x1F]
132 | gprs [ins >> 21 & 0x1F]);
137 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F]
482 reg_unit gprs[32]; local
    [all...]
  /src/sys/dev/nvmm/x86/
nvmm_x86.h 262 uint64_t gprs[NVMM_X64_NGPR]; member in struct:nvmm_x64_state
nvmm_x86_svm.c 602 uint64_t gprs[NVMM_X64_NGPR]; member in struct:svm_cpudata
856 cpudata->gprs[NVMM_X64_GPR_RBX] = descs[1];
857 cpudata->gprs[NVMM_X64_GPR_RCX] = descs[2];
858 cpudata->gprs[NVMM_X64_GPR_RDX] = descs[3];
912 cpudata->gprs[NVMM_X64_GPR_RBX] &= ~CPUID_LOCAL_APIC_ID;
913 cpudata->gprs[NVMM_X64_GPR_RBX] |= __SHIFTIN(vcpu->cpuid,
916 cpudata->gprs[NVMM_X64_GPR_RCX] &= nvmm_cpuid_00000001.ecx;
917 cpudata->gprs[NVMM_X64_GPR_RCX] |= CPUID2_RAZ;
919 cpudata->gprs[NVMM_X64_GPR_RDX] &= nvmm_cpuid_00000001.edx;
924 cpudata->gprs[NVMM_X64_GPR_RCX] &= ~CPUID2_OSXSAVE
    [all...]
nvmm_x86_vmx.c 62 int vmx_vmlaunch(uint64_t *gprs);
63 int vmx_vmresume(uint64_t *gprs);
821 uint64_t gprs[NVMM_X64_NGPR]; member in struct:vmx_cpudata
1252 cpudata->gprs[NVMM_X64_GPR_RAX] = descs[0];
1253 cpudata->gprs[NVMM_X64_GPR_RBX] = descs[1];
1254 cpudata->gprs[NVMM_X64_GPR_RCX] = descs[2];
1255 cpudata->gprs[NVMM_X64_GPR_RDX] = descs[3];
1305 cpudata->gprs[NVMM_X64_GPR_RAX] = vmx_cpuid_max_basic;
1308 cpudata->gprs[NVMM_X64_GPR_RAX] &= nvmm_cpuid_00000001.eax;
1310 cpudata->gprs[NVMM_X64_GPR_RBX] &= ~CPUID_LOCAL_APIC_ID
    [all...]
  /src/lib/libnvmm/
libnvmm_x86.c 72 printf("| -> RAX=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RAX]);
73 printf("| -> RCX=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RCX]);
74 printf("| -> RDX=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RDX]);
75 printf("| -> RBX=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RBX]);
76 printf("| -> RSP=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RSP]);
77 printf("| -> RBP=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RBP]);
78 printf("| -> RSI=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RSI]);
79 printf("| -> RDI=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RDI]);
80 printf("| -> RIP=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RIP]);
81 printf("| -> RFLAGS=%p\n", (void *)state->gprs[NVMM_X64_GPR_RFLAGS])
3192 uint64_t *gprs; local
3238 uint64_t *gprs, op1, op2, fl; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-tdep.c 189 int gpr_offset; /* offset of saved gprs from prev sp */
2122 if some of the GPRs expected to be saved are not yet saved. */
2483 but we present only the low GPRs and the full 64-bit registers
3454 for GPRs and FPRs. We can not detect this problem in most cases
3878 the cache for the LR and the saved gprs. */
7693 static const char *const gprs[] = {
7715 i, gprs[i]);
8150 32-bit GPRs.
7689 static const char *const gprs[] = { local
  /src/external/gpl3/gdb/dist/gdb/
rs6000-tdep.c 189 int gpr_offset; /* offset of saved gprs from prev sp */
2122 if some of the GPRs expected to be saved are not yet saved. */
2483 but we present only the low GPRs and the full 64-bit registers
3454 for GPRs and FPRs. We can not detect this problem in most cases
3878 the cache for the LR and the saved gprs. */
7693 static const char *const gprs[] = {
7715 i, gprs[i]);
8150 32-bit GPRs.
7689 static const char *const gprs[] = { local

Completed in 31 milliseconds