Home
last modified time | relevance | path

Searched defs:r1 (Results 1 – 25 of 237) sorted by relevance

12345678910

/openbmc/linux/arch/hexagon/kernel/
H A Dhead.S71 r1 = sub(r1, r2); define
74 r1 = add(r1, r3); /* + (4M-1) */ define
77 r1 = r25; define
80 r1 = and(r1,r2); define
85 r1 = add(r1,r2) /* r1 = 4MB PTE for the first entry */ define
99 r1 = r25; define
102 r1 = and(r1,r2); /* for huge page */ define
104 r1 = add(r1,r2); define
121 r1 = #VM_TRANS_TYPE_TABLE define
148 r1 = add(r1,r2); define
[all …]
/openbmc/linux/tools/testing/memblock/tests/
H A Dbasic_api.c124 struct region r1 = { in memblock_add_disjoint_check() local
177 struct region r1 = { in memblock_add_overlap_top_check() local
229 struct region r1 = { in memblock_add_overlap_bottom_check() local
278 struct region r1 = { in memblock_add_within_check() local
349 struct region r1 = { in memblock_add_between_check() local
588 struct region r1 = { in memblock_reserve_disjoint_check() local
642 struct region r1 = { in memblock_reserve_overlap_top_check() local
695 struct region r1 = { in memblock_reserve_overlap_bottom_check() local
746 struct region r1 = { in memblock_reserve_within_check() local
818 struct region r1 = { in memblock_reserve_between_check() local
[all …]
H A Dalloc_api.c75 struct region r1; in alloc_top_down_disjoint_check() local
169 struct region r1; in alloc_top_down_after_check() local
218 struct region r1, r2; in alloc_top_down_second_fit_check() local
267 struct region r1, r2; in alloc_in_between_generic_check() local
552 struct region r1; in alloc_bottom_up_disjoint_check() local
642 struct region r1; in alloc_bottom_up_after_check() local
692 struct region r1, r2; in alloc_bottom_up_second_fit_check() local
/openbmc/qemu/target/tricore/
H A Dtranslate.c3161 int r1; in decode_src_opc() local
3238 int r1, r2; in decode_srr_opc() local
3321 int r1, r2; in decode_ssr_opc() local
3405 int r1, r2; in decode_slr_opc() local
3553 int r1, r2; in decode_16Bit_opc() local
3789 int32_t r1; in decode_abs_ldw() local
3822 int32_t r1; in decode_abs_ldb() local
3853 int32_t r1; in decode_abs_ldst_swap() local
3904 int32_t r1; in decode_abs_store() local
3937 int32_t r1; in decode_abs_storeb_h() local
[all …]
H A Dop_helper.c1506 uint32_t helper_eq_b(target_ulong r1, target_ulong r2) in helper_eq_b()
1523 uint32_t helper_eq_h(target_ulong r1, target_ulong r2) in helper_eq_h()
1733 uint32_t helper_clo_h(target_ulong r1) in helper_clo_h()
1751 uint32_t helper_clz_h(target_ulong r1) in helper_clz_h()
1769 uint32_t helper_cls_h(target_ulong r1) in helper_cls_h()
1787 uint32_t helper_sh(target_ulong r1, target_ulong r2) in helper_sh()
1892 uint64_t helper_bsplit(uint32_t r1) in helper_bsplit()
1909 uint32_t helper_parity(target_ulong r1) in helper_parity()
2095 uint64_t helper_dvadj(uint64_t r1, uint32_t r2) in helper_dvadj()
2118 uint64_t helper_dvstep(uint64_t r1, uint32_t r2) in helper_dvstep()
[all …]
H A Dfpu_helper.c206 uint32_t helper_qseed(CPUTriCoreState *env, uint32_t r1) in helper_qseed()
254 uint32_t helper_fdiv(CPUTriCoreState *env, uint32_t r1, uint32_t r2) in helper_fdiv()
280 uint32_t helper_fmadd(CPUTriCoreState *env, uint32_t r1, in helper_fmadd()
306 uint32_t helper_fmsub(CPUTriCoreState *env, uint32_t r1, in helper_fmsub()
334 uint32_t helper_fcmp(CPUTriCoreState *env, uint32_t r1, uint32_t r2) in helper_fcmp()
/openbmc/linux/include/media/
H A Dv4l2-rect.h79 static inline bool v4l2_rect_same_size(const struct v4l2_rect *r1, in v4l2_rect_same_size()
92 static inline bool v4l2_rect_same_position(const struct v4l2_rect *r1, in v4l2_rect_same_position()
105 static inline bool v4l2_rect_equal(const struct v4l2_rect *r1, in v4l2_rect_equal()
118 const struct v4l2_rect *r1, in v4l2_rect_intersect()
165 static inline bool v4l2_rect_overlap(const struct v4l2_rect *r1, in v4l2_rect_overlap()
194 static inline bool v4l2_rect_enclosed(struct v4l2_rect *r1, in v4l2_rect_enclosed()
/openbmc/linux/drivers/s390/cio/
H A Dioasm.c20 unsigned long r1 = *(unsigned int *)&schid; in __stsch() local
49 unsigned long r1 = *(unsigned int *)&schid; in __msch() local
77 unsigned long r1 = *(unsigned int *)&schid; in __tsch() local
103 unsigned long r1 = *(unsigned int *)&schid; in __ssch() local
132 unsigned long r1 = *(unsigned int *)&schid; in __csch() local
195 unsigned long r1 = *(unsigned int *)&schid; in __rsch() local
221 unsigned long r1 = *(unsigned int *)&schid; in __hsch() local
248 unsigned long r1 = *(unsigned int *)&schid; in __xsch() local
/openbmc/qemu/tcg/
H A Dtci.c92 static void tci_args_rr(uint32_t insn, TCGReg *r0, TCGReg *r1) in tci_args_rr()
105 TCGReg *r1, MemOpIdx *m2) in tci_args_rrm()
126 static void tci_args_rrbb(uint32_t insn, TCGReg *r0, TCGReg *r1, in tci_args_rrbb()
136 TCGReg *r0, TCGReg *r1, TCGReg *r2, TCGCond *c3) in tci_args_rrrc()
144 static void tci_args_rrrbb(uint32_t insn, TCGReg *r0, TCGReg *r1, in tci_args_rrrbb()
154 static void tci_args_rrrrr(uint32_t insn, TCGReg *r0, TCGReg *r1, in tci_args_rrrrr()
165 TCGReg *r0, TCGReg *r1, TCGReg *r2, TCGReg *r3) in tci_args_rrrr()
173 static void tci_args_rrrrrc(uint32_t insn, TCGReg *r0, TCGReg *r1, in tci_args_rrrrrc()
184 static void tci_args_rrrrrr(uint32_t insn, TCGReg *r0, TCGReg *r1, in tci_args_rrrrrr()
362 TCGReg r0, r1, r2, r3, r4, r5; in tcg_qemu_tb_exec() local
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Drxsbg.c10 rxsbg(unsigned long *r1, unsigned long r2, int i3, int i4, int i5, int *cc) in rxsbg()
22 unsigned long r1 = 6; in test_cc0() local
32 unsigned long r1 = 2; in test_cc1() local
H A Dlcbb.c10 lcbb(long *r1, void *dxb2, int m3, int *cc) in lcbb()
25 long r1 = 0xfedcba9876543210; in test_lcbb() local
/openbmc/qemu/target/s390x/
H A Ddiag.c28 int handle_diag_288(CPUS390XState *env, uint64_t r1, uint64_t r3) in handle_diag_288()
56 static int diag308_parm_check(CPUS390XState *env, uint64_t r1, uint64_t addr, in diag308_parm_check()
76 void handle_diag_308(CPUS390XState *env, uint64_t r1, uint64_t r3, uintptr_t ra) in handle_diag_308()
/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h163 #define hppa_shrpw(r1, r2, p, target) \ argument
165 #define hppa_shd(r1, r2, p, target) \ argument
177 #define hppa_sh2add(r1, r2, target) \ argument
183 #define hppa_beq(r1, r2, target_addr) \ argument
185 #define hppa_blt(r1, r2, target_addr) \ argument
187 #define hppa_ble(r1, r2, target_addr) \ argument
189 #define hppa_bltu(r1, r2, target_addr) \ argument
191 #define hppa_bleu(r1, r2, target_addr) \ argument
197 #define hppa_bne(r1, r2, target_addr) \ argument
199 #define hppa_bge(r1, r2, target_addr) \ argument
[all …]
/openbmc/qemu/tests/tcg/hexagon/
H A Dtest_dotnew.S15 r1 = #2 define
26 r1 = memw(sp+#4) define
H A Dtest_cmp.S15 r1 = #0 define
26 r1 = #0 define
H A Dtest_lsr.S9 r1 = #2147483647 define
25 r1 = #0x00000000 define
/openbmc/u-boot/drivers/mmc/
H A Dmmc_spi.c57 u8 r1; in mmc_spi_sendcmd() local
81 u8 r1; in mmc_spi_readdata() local
116 u8 r1; in mmc_spi_writedata() local
177 u8 r1; in mmc_spi_request() local
/openbmc/linux/kernel/
H A Dresource_kunit.c23 static struct resource r1 = { .start = R1_START, .end = R1_END }; variable
29 struct resource *r1; member
85 struct resource *r1, struct resource *r2) in resource_do_test()
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-core.S39 #define PMUL_128x128(r0, r1, m0, m1, T0, T1) \ argument
51 #define PMUL_128x128_4x(r0, r1, m0, m1, T0, T1, \ argument
100 #define REDUCTION(a, r0, r1, rconst, T0, T1) \ argument
109 #define SM4_CRYPT_PMUL_128x128_BLK(b0, r0, r1, m0, m1, T0, T1) \ argument
134 r0, r1, m0, m1, T0, T1, \ argument
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_clock.c53 u64 tsc_freq, r1, r2, t1, t2; in check_tsc_msr_rdtsc() local
86 u64 r1, r2, t1, t2; in check_tsc_msr_tsc_page() local
178 u64 tsc_freq, r1, r2, t1, t2; in host_check_tsc_msr_rdtsc() local
/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c419 int pcilg_service_call(S390CPU *cpu, uint8_t r1, uint8_t r2, uintptr_t ra) in pcilg_service_call()
519 int pcistg_service_call(S390CPU *cpu, uint8_t r1, uint8_t r2, uintptr_t ra) in pcistg_service_call()
693 int rpcit_service_call(S390CPU *cpu, uint8_t r1, uint8_t r2, uintptr_t ra) in rpcit_service_call()
825 int pcistb_service_call(S390CPU *cpu, uint8_t r1, uint8_t r3, uint64_t gaddr, in pcistb_service_call()
1152 int mpcifc_service_call(S390CPU *cpu, uint8_t r1, uint64_t fiba, uint8_t ar, in mpcifc_service_call()
1330 int stpcifc_service_call(S390CPU *cpu, uint8_t r1, uint64_t fiba, uint8_t ar, in stpcifc_service_call()
/openbmc/linux/arch/mips/kernel/
H A Dlinux32.c47 #define merge_64(r1, r2) ((((r1) & 0xffffffffUL) << 32) + ((r2) & 0xffffffffUL)) argument
50 #define merge_64(r1, r2) ((((r2) & 0xffffffffUL) << 32) + ((r1) & 0xffffffffUL)) argument
/openbmc/linux/arch/sparc/include/asm/
H A Dsfp-machine_32.h78 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
93 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
108 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
133 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
/openbmc/phosphor-pid-control/experiments/
H A Ddrive.cpp88 ReadReturn r1 = fan1->read(); in driveGoal() local
154 ReadReturn r1 = fan1->read(); in driveTime() local
200 ReadReturn r1 = fan1->read(); in driveMain() local
/openbmc/linux/lib/crypto/mpi/
H A Dmpi-mod.c18 MPI r1; /* Helper MPI. */ member
100 MPI r1 = ctx->r1; in mpi_mod_barrett() local

12345678910