| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | emufx.c | 459 static void snd_emu10k1_write_op(struct snd_emu10k1_fx8010_code *icode, in snd_emu10k1_write_op() argument 466 code = icode->code + (*ptr) * 2; in snd_emu10k1_write_op() 467 set_bit(*ptr, icode->code_valid); in snd_emu10k1_write_op() 473 #define OP(icode, ptr, op, r, a, x, y) \ argument 474 snd_emu10k1_write_op(icode, ptr, op, r, a, x, y) 476 static void snd_emu10k1_audigy_write_op(struct snd_emu10k1_fx8010_code *icode, in snd_emu10k1_audigy_write_op() argument 483 code = icode->code + (*ptr) * 2; in snd_emu10k1_audigy_write_op() 484 set_bit(*ptr, icode->code_valid); in snd_emu10k1_audigy_write_op() 490 #define A_OP(icode, ptr, op, r, a, x, y) \ argument 491 snd_emu10k1_audigy_write_op(icode, ptr, op, r, a, x, y) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | optabs-query.h | 117 enum insn_code icode = CODE_FOR_nothing; in get_vcond_icode() local 119 icode = convert_optab_handler (vcondu_optab, vmode, cmode); in get_vcond_icode() 121 icode = convert_optab_handler (vcond_optab, vmode, cmode); in get_vcond_icode() 122 return icode; in get_vcond_icode() 151 enum insn_code icode; variable 207 enum insn_code icode = find_widening_optab_handler_and_mode in find_widening_optab_handler_and_mode() local 209 if (icode != CODE_FOR_nothing && found_mode) in find_widening_optab_handler_and_mode() 211 return icode; in find_widening_optab_handler_and_mode()
|
| H A D | optabs.h | 347 extern bool insn_operand_matches (enum insn_code icode, unsigned int opno, 352 extern bool maybe_legitimize_operands (enum insn_code icode, 355 extern rtx_insn *maybe_gen_insn (enum insn_code icode, unsigned int nops, 357 extern bool maybe_expand_insn (enum insn_code icode, unsigned int nops, 359 extern bool maybe_expand_jump_insn (enum insn_code icode, unsigned int nops, 361 extern void expand_insn (enum insn_code icode, unsigned int nops, 363 extern void expand_jump_insn (enum insn_code icode, unsigned int nops,
|
| H A D | lra-int.h | 203 int icode; 486 || data->icode == INSN_CODE (insn))); in lra_get_insn_recog_data()
|
| H A D | target.h | 125 int icode; member
|
| H A D | expmed.h | 681 extern rtx emit_cstore (rtx target, enum insn_code icode, enum rtx_code code,
|
| H A D | target.def | 5467 scalar_int_mode, (enum insn_code icode), 5553 You do this by setting @code{sri->icode} to the instruction code of a pattern\n\
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | optabs-query.h | 117 enum insn_code icode = CODE_FOR_nothing; in get_vcond_icode() local 119 icode = convert_optab_handler (vcondu_optab, vmode, cmode); in get_vcond_icode() 121 icode = convert_optab_handler (vcond_optab, vmode, cmode); in get_vcond_icode() 122 return icode; in get_vcond_icode() 151 enum insn_code icode; variable 207 enum insn_code icode = find_widening_optab_handler_and_mode in find_widening_optab_handler_and_mode() local 209 if (icode != CODE_FOR_nothing && found_mode) in find_widening_optab_handler_and_mode() 211 return icode; in find_widening_optab_handler_and_mode()
|
| H A D | optabs.h | 347 extern bool insn_operand_matches (enum insn_code icode, unsigned int opno, 352 extern bool maybe_legitimize_operands (enum insn_code icode, 355 extern rtx_insn *maybe_gen_insn (enum insn_code icode, unsigned int nops, 357 extern bool maybe_expand_insn (enum insn_code icode, unsigned int nops, 359 extern bool maybe_expand_jump_insn (enum insn_code icode, unsigned int nops, 361 extern void expand_insn (enum insn_code icode, unsigned int nops, 363 extern void expand_jump_insn (enum insn_code icode, unsigned int nops,
|
| H A D | lra-int.h | 203 int icode; 486 || data->icode == INSN_CODE (insn))); in lra_get_insn_recog_data()
|
| H A D | target.h | 125 int icode; member
|
| H A D | expmed.h | 681 extern rtx emit_cstore (rtx target, enum insn_code icode, enum rtx_code code,
|
| H A D | target.def | 5467 scalar_int_mode, (enum insn_code icode), 5553 You do this by setting @code{sri->icode} to the instruction code of a pattern\n\
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | firmware.c | 657 if (fw_state == FW_EMPTY && dd->icode == ICODE_RTL_SILICON) { in __obtain_firmware() 668 dd->icode != ICODE_FUNCTIONAL_SIMULATOR) in __obtain_firmware() 964 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) in wait_fm_ready() 1705 if (dd->icode != ICODE_RTL_SILICON) { in hfi1_firmware_init() 1712 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) in hfi1_firmware_init() 1716 if (dd->icode == ICODE_RTL_SILICON) in hfi1_firmware_init()
|
| H A D | intr.c | 175 if (quick_linkup || dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in handle_linkup_change()
|
| H A D | chip.c | 5569 is_ax(dd) && (dd->icode != ICODE_FUNCTIONAL_SIMULATOR)) { in handle_cce_err() 5857 (dd->icode != ICODE_FUNCTIONAL_SIMULATOR)) in handle_egress_err() 6614 if (dd->icode != ICODE_FPGA_EMULATION) in adjust_lcb_for_fpga_serdes() 7032 if (!(quick_linkup || dd->icode == ICODE_FUNCTIONAL_SIMULATOR)) in handle_link_up() 7314 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR || quick_linkup) in link_width_to_bits() 7372 if ((dd->icode == ICODE_RTL_SILICON) && in get_link_widths() 8615 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in read_lcb_via_8051() 8709 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR || in write_lcb_via_8051() 9249 if (loopback && dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in do_quick_linkup() 9318 if ((dd->icode == ICODE_FUNCTIONAL_SIMULATOR) && in init_loopback() [all …]
|
| H A D | platform.c | 948 ppd->dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in tune_serdes()
|
| H A D | pcie.c | 1013 if (dd->icode != ICODE_RTL_SILICON) in do_pcie_gen3_transition()
|
| H A D | pio.c | 1241 max = (dd->icode == ICODE_FPGA_EMULATION) ? 120 : 5; in pio_init_wait_progress()
|
| H A D | hfi.h | 1237 u8 icode; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | IEEE_types.h | 341 UINT8 icode; 358 UINT8 icode;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 33424 You do this by setting 'sri->icode' to the instruction code of a
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 33424 You do this by setting 'sri->icode' to the instruction code of a
|