Searched defs:vreg (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_vfp.h | 53 #define LOAD_DREG(vreg, reg0, reg1) vmov vreg, reg1, reg0 argument 54 #define UNLOAD_DREG(reg0, reg1, vreg) vmov reg1, reg0, vreg argument 56 #define LOAD_DREG(vreg, reg0, reg1) vmov vreg, reg0, reg1 argument 57 #define UNLOAD_DREG(reg0, reg1, vreg) vmov reg0, reg1, vreg argument 61 #define LOAD_SREG(vreg, reg) vmov vreg, reg argument 62 #define UNLOAD_SREG(reg, vreg) vmov reg, vreg argument
|
/freebsd/contrib/byacc/test/ |
H A D | varsyntax_calc1.y | 26 INTERVAL vreg[26]; variable
|
H A D | btyacc_calc1.y | 23 INTERVAL vreg[26]; variable
|
H A D | calc1.y | 25 INTERVAL vreg[26]; variable
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | varsyntax_calc1.tab.c | 125 INTERVAL vreg[26]; variable
|
H A D | calc1.tab.c | 124 INTERVAL vreg[26]; variable
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_arm64_sve.h | 310 #define DEFINE_VREG_SVE(vreg, zreg) \ argument
|
H A D | RegisterInfos_arm64.h | 522 #define DEFINE_FPU_PSEUDO(reg, size, offset, vreg) \ argument
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | varsyntax_calc1.tab.c | 145 INTERVAL vreg[26]; variable
|
H A D | calc1.tab.c | 144 INTERVAL vreg[26]; variable
|
H A D | btyacc_calc1.tab.c | 141 INTERVAL vreg[26]; variable
|
/freebsd/sys/cddl/dev/dtrace/x86/ |
H A D | dis_tables.c | 3709 dis_gather_regs_t *vreg; in dtrace_disx86() local
|