Home
last modified time | relevance | path

Searched refs:vreg (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/lib/libc/arm/aeabi/
H A Daeabi_vfp.h53 #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/arm-optimized-routines/string/arm/
H A Dmemcpy.S85 .macro cpy_line_vfp vreg, base
86 vstr \vreg, [dst, #\base]
87 vldr \vreg, [src, #\base]
94 vstr \vreg, [dst, #\base + 32]
95 vldr \vreg, [src, #\base + prefetch_lines * 64 - 32]
104 .macro cpy_tail_vfp vreg, base
105 vstr \vreg, [dst, #\base]
106 vldr \vreg, [src, #\base]
113 vstr \vreg, [dst, #\base + 32]
/freebsd/contrib/byacc/test/
H A Dcalc1.y25 INTERVAL vreg[26]; variable
70 vreg[$1] = $3;
125 $$ = vreg[$1];
H A Dvarsyntax_calc1.y26 INTERVAL vreg[26]; variable
72 vreg[$1] = $3;
127 $$ = vreg[$1];
H A Dbtyacc_calc1.y23 INTERVAL vreg[26]; variable
72 vreg[$1] = $3;
123 $$ = vreg[$1];
/freebsd/sys/contrib/device-tree/Bindings/net/ieee802154/
H A Dcc2520.txt14 - vreg-gpio: GPIO spec for the VREG pin
31 vreg-gpio = <&gpio0 31 0>;
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8186-corsola-steelix.dtsi180 pins-vreg-en {
187 pins-vreg-en {
194 pins-vreg-en {
H A Dmt8395-radxa-nio-12l.dts748 wifi_vreg_pins: wifi-vreg-pins {
754 pins-wifi-vreg-en {
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-msm8974pro-htc-m8.dts39 vreg_boost: vreg-boost {
42 regulator-name = "vreg-boost";
56 vreg_vph_pwr: vreg-vph-pwr {
H A Dqcom-msm8974pro-sony-xperia-shinano-common.dtsi55 vreg_boost: vreg-boost {
58 regulator-name = "vreg-boost";
72 vreg_vph_pwr: vreg-vph-pwr {
H A Dqcom-msm8974-lge-nexus5-hammerhead.dts63 vreg_boost: vreg-boost {
66 regulator-name = "vreg-boost";
80 vreg_vph_pwr: vreg-vph-pwr {
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64_sve.h310 #define DEFINE_VREG_SVE(vreg, zreg) \ argument
312 #vreg, nullptr, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
313 VREG_KIND(vreg), g_contained_##zreg, g_sve_##vreg##_invalidates, \
H A DRegisterInfos_arm64.h522 #define DEFINE_FPU_PSEUDO(reg, size, offset, vreg) \ argument
524 #reg, nullptr, size, FPU_OFFSET(fpu_##vreg - fpu_v0) + offset, \
526 g_contained_##vreg, g_##reg##_invalidates, nullptr, \
/freebsd/contrib/byacc/test/yacc/
H A Dvarsyntax_calc1.tab.c125 INTERVAL vreg[26]; variable
716 vreg[yystack.l_mark[-3].ival] = yystack.l_mark[-1].vval; in YYPARSE_DECL()
799 yyval.vval = vreg[yystack.l_mark[0].ival]; in YYPARSE_DECL()
H A Dcalc1.tab.c124 INTERVAL vreg[26]; variable
715 vreg[yystack.l_mark[-3].ival] = yystack.l_mark[-1].vval; in YYPARSE_DECL()
798 yyval.vval = vreg[yystack.l_mark[0].ival]; in YYPARSE_DECL()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8998-sony-xperia-yoshino-maple.dts16 disp_dvdd_vreg: disp-dvdd-vreg {
H A Dsm8450-sony-xperia-nagara-pdx224.dts43 "NC", /* RGBCIR uses a PMIC vreg, so it's most likely NC. */
H A Dsdm845-xiaomi-polaris.dts123 vreg_tp_vddio: vreg-tp-vddio {
136 vreg_s4a_1p8: vreg-s4a-1p8 {
H A Dsc7280-herobrine-crd.dts27 vreg_edp_bl_crd: vreg-edp-bl-crd-regulator {
H A Dmsm8998-sony-xperia-yoshino.dtsi63 cam_vio_vreg: cam-vio-vreg {
74 touch_vddio_vreg: touch-vddio-vreg {
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td1835 defvar vreg = lmul.vrclass;
1838 VPseudoUSLoadNoMask<vreg, eew>,
1841 VPseudoUSLoadMask<vreg, eew>,
1853 defvar vreg = lmul.vrclass;
1856 VPseudoUSLoadFFNoMask<vreg, eew>,
1859 VPseudoUSLoadFFMask<vreg, eew>,
1882 defvar vreg = lmul.vrclass;
1884 def "E" # eew # "_V_" # LInfo : VPseudoSLoadNoMask<vreg, eew>,
1887 VPseudoSLoadMask<vreg, eew>,
1931 defvar vreg
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h993 void addLiveIn(MCRegister Reg, Register vreg = Register()) {
994 LiveIns.push_back(std::make_pair(Reg, vreg));
/freebsd/contrib/byacc/test/btyacc/
H A Dvarsyntax_calc1.tab.c145 INTERVAL vreg[26]; variable
1349 vreg[yystack.l_mark[-3].ival] = yystack.l_mark[-1].vval; in YYPARSE_DECL()
1432 yyval.vval = vreg[yystack.l_mark[0].ival]; in YYPARSE_DECL()
H A Dcalc1.tab.c144 INTERVAL vreg[26]; variable
1348 vreg[yystack.l_mark[-3].ival] = yystack.l_mark[-1].vval; in YYPARSE_DECL()
1431 yyval.vval = vreg[yystack.l_mark[0].ival]; in YYPARSE_DECL()
H A Dbtyacc_calc1.tab.c141 INTERVAL vreg[26]; variable
1392 vreg[yystack.l_mark[-2].ival] = yystack.l_mark[0].vval; in YYPARSE_DECL()
1478 yyval.vval = vreg[yystack.l_mark[0].ival]; in YYPARSE_DECL()

12