Home
last modified time | relevance | path

Searched defs:Rs (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/net/
H A Dbpf_jit.h108 #define A64_LSX(sf, Rt, Rn, Rs, type) \ argument
115 #define A64_STXR(sf, Rt, Rn, Rs) \ argument
118 #define A64_STLXR(sf, Rt, Rn, Rs) \ argument
128 #define A64_ST_OP(sf, Rn, Rs, op) \ argument
133 #define A64_STADD(sf, Rn, Rs) A64_ST_OP(sf, Rn, Rs, ADD) argument
134 #define A64_STCLR(sf, Rn, Rs) A64_ST_OP(sf, Rn, Rs, CLR) argument
135 #define A64_STEOR(sf, Rn, Rs) A64_ST_OP(sf, Rn, Rs, EOR) argument
136 #define A64_STSET(sf, Rn, Rs) A64_ST_OP(sf, Rn, Rs, SET) argument
138 #define A64_LD_OP_AL(sf, Rt, Rn, Rs, op) \ argument
143 #define A64_LDADDAL(sf, Rt, Rn, Rs) A64_LD_OP_AL(sf, Rt, Rn, Rs, ADD) argument
[all …]
/openbmc/qemu/tests/tcg/hexagon/
H A Dmulti_result.c26 static int32_t sfrecipa(int32_t Rs, int32_t Rt, bool *pred_result) in sfrecipa()
40 static int32_t sfinvsqrta(int32_t Rs, int32_t *pred_result) in sfinvsqrta()
/openbmc/qemu/target/hexagon/
H A Darch.c238 int arch_sf_recip_common(float32 *Rs, float32 *Rt, float32 *Rd, int *adjust, in arch_sf_recip_common()
334 int arch_sf_invsqrt_common(float32 *Rs, float32 *Rd, int *adjust, in arch_sf_invsqrt_common()
/openbmc/linux/tools/bpf/
H A Dbpf_dbg.c127 bool Rs; member