Home
last modified time | relevance | path

Searched defs:opr (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/alpha/
H A Dint_helper.c94 uint8_t opa, opb, opr; in helper_minub8() local
110 uint8_t opr; in helper_minsb8() local
125 uint16_t opa, opb, opr; in helper_minuw4() local
141 uint16_t opr; in helper_minsw4() local
156 uint8_t opa, opb, opr; in helper_maxub8() local
172 uint8_t opr; in helper_maxsb8() local
187 uint16_t opa, opb, opr; in helper_maxuw4() local
203 uint16_t opr; in helper_maxsw4() local
218 uint8_t opa, opb, opr; in helper_perr() local
/openbmc/u-boot/common/
H A Dbedbug.c237 struct operand *opr; in print_operands() local
378 struct operand *opr; in get_operand_value() local
/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750_cursor.c88 u8 color, mask, opr; in sm750_hw_cursor_setData() local
/openbmc/qemu/target/rx/
H A Dtranslate.c804 static inline void rx_gen_op_rr(op2fn opr, int dst, int src) in rx_gen_op_rr()
809 static inline void rx_gen_op_rrr(op3fn opr, int dst, int src, int src2) in rx_gen_op_rrr()
814 static inline void rx_gen_op_irr(op3fn opr, int dst, int src, uint32_t src2) in rx_gen_op_irr()
820 static inline void rx_gen_op_mr(op3fn opr, DisasContext *ctx, in rx_gen_op_mr()
/openbmc/linux/drivers/spi/
H A Dspi-fsl-qspi.c168 #define LUT_DEF(idx, ins, pad, opr) \ argument
H A Dspi-nxp-fspi.c325 #define LUT_DEF(idx, ins, pad, opr) \ argument
/openbmc/linux/drivers/ufs/host/
H A Dufs-mediatek.c1557 struct ufshcd_mcq_opr_info_t *opr; in ufs_mtk_op_runtime_config() local
H A Dufs-qcom.c1743 struct ufshcd_mcq_opr_info_t *opr; in ufs_qcom_op_runtime_config() local
/openbmc/qemu/disas/
H A Dmicroblaze.c730 const struct op_code_struct **opr) in read_insn_microblaze()