Home
last modified time | relevance | path

Searched refs:lower_reg (Results 1 – 10 of 10) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast_lowering/src/
H A Dasm.rs116 let lower_reg = |reg| match reg { in lower_inline_asm() localVariable
149 reg: lower_reg(reg), in lower_inline_asm()
153 reg: lower_reg(reg), in lower_inline_asm()
159 reg: lower_reg(reg), in lower_inline_asm()
166 reg: lower_reg(reg), in lower_inline_asm()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Dintel_uncore.h335 i915_reg_t lower_reg, i915_reg_t upper_reg) in intel_uncore_read64_2x32() argument
341 lower = intel_uncore_read(uncore, lower_reg); in intel_uncore_read64_2x32()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Dintel_uncore.h335 i915_reg_t lower_reg, i915_reg_t upper_reg) in intel_uncore_read64_2x32() argument
341 lower = intel_uncore_read(uncore, lower_reg); in intel_uncore_read64_2x32()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Dintel_uncore.h335 i915_reg_t lower_reg, i915_reg_t upper_reg) in intel_uncore_read64_2x32() argument
341 lower = intel_uncore_read(uncore, lower_reg); in intel_uncore_read64_2x32()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/light/
H A Dtsl2772.c349 static int tsl2772_read_autoinc_regs(struct tsl2772_chip *chip, int lower_reg, in tsl2772_read_autoinc_regs() argument
357 lower_reg); in tsl2772_read_autoinc_regs()
366 TSL2772_CMD_REG | lower_reg); in tsl2772_read_autoinc_regs()
370 lower_reg, ret); in tsl2772_read_autoinc_regs()
387 lower_reg); in tsl2772_read_autoinc_regs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/light/
H A Dtsl2772.c349 static int tsl2772_read_autoinc_regs(struct tsl2772_chip *chip, int lower_reg, in tsl2772_read_autoinc_regs() argument
357 lower_reg); in tsl2772_read_autoinc_regs()
366 TSL2772_CMD_REG | lower_reg); in tsl2772_read_autoinc_regs()
370 lower_reg, ret); in tsl2772_read_autoinc_regs()
387 lower_reg); in tsl2772_read_autoinc_regs()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/light/
H A Dtsl2772.c349 static int tsl2772_read_autoinc_regs(struct tsl2772_chip *chip, int lower_reg, in tsl2772_read_autoinc_regs() argument
357 lower_reg); in tsl2772_read_autoinc_regs()
366 TSL2772_CMD_REG | lower_reg); in tsl2772_read_autoinc_regs()
370 lower_reg, ret); in tsl2772_read_autoinc_regs()
387 lower_reg); in tsl2772_read_autoinc_regs()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/aarch64/
H A Dabi.rs332 let lower_reg = xreg(next_xreg); in compute_arg_locs() localVariable
338 reg: lower_reg.to_real_reg(), in compute_arg_locs()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_drv.h2900 #define I915_READ64_2x32(lower_reg, upper_reg) ({ \ argument
2902 u32 lower = I915_READ(lower_reg); \
2906 lower = I915_READ(lower_reg); \
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/aarch64/inst/
H A Dmod.rs1479 let lower_reg = to_regs.regs()[0]; localVariable
1482 let mut load_ins = Inst::load_constant(lower_reg, lower);