Home
last modified time | relevance | path

Searched defs:C (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/qemu/target/loongarch/
H A Dtranslate.h21 #define avail_ALL(C) true argument
22 #define avail_64(C) (FIELD_EX32((C)->cpucfg1, CPUCFG1, ARCH) == \ argument
24 #define avail_FP(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, FP)) argument
25 #define avail_FP_SP(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, FP_SP)) argument
26 #define avail_FP_DP(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, FP_DP)) argument
27 #define avail_LSPW(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, LSPW)) argument
28 #define avail_LAM(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, LAM)) argument
29 #define avail_LSX(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, LSX)) argument
30 #define avail_LASX(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, LASX)) argument
31 #define avail_IOCSR(C) (FIELD_EX32((C)->cpucfg1, CPUCFG1, IOCSR)) argument
[all …]
H A Ddisas.c123 #define output(C, INSN, FMT, ...) \ argument
683 #define output_fcmp(C, PREFIX, SUFFIX) \ in INSN() argument
1516 #define output_vfcmp(C, PREFIX, SUFFIX) \ in INSN_LSX() argument
2430 #define output_xvfcmp(C, PREFIX, SUFFIX) \ in INSN_LASX() argument
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_types.h46 #define SIGNATURE_32(A, B, C, D) \ argument
67 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/
H A DKconfig14 config C config in choice958c7c010104""choice958c7c010204
/openbmc/openbmc-tools/altitude/
H A Daltitude41 def C(k): function
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/
H A DKconfig45 config C config
/openbmc/openbmc/poky/bitbake/lib/bb/
H A DCOW.py46 class C(cls): class
172 class C(cls): class
/openbmc/libcper/include/libcper/
H A DBaseTypes.h105 #define SIGNATURE_32(A, B, C, D) \ argument
/openbmc/qemu/target/hexagon/
H A Dopcodes.c29 #define VEC_DESCR(A, B, C) DESCR(A, B, C) argument
/openbmc/qemu/target/sparc/
H A Dtranslate.c57 # define gen_helper_tick_get_count(D, E, T, C) qemu_build_not_reached() argument
2492 #define avail_ALL(C) true argument
2494 # define avail_32(C) false argument
2495 # define avail_ASR17(C) false argument
2496 # define avail_CASA(C) true argument
2497 # define avail_DIV(C) true argument
2498 # define avail_MUL(C) true argument
2499 # define avail_POWERDOWN(C) false argument
2500 # define avail_64(C) true argument
2501 # define avail_FMAF(C) ((C)->def->features & CPU_FEATURE_FMAF) argument
[all …]
/openbmc/docs/
H A DCONTRIBUTING.md122 ### C subsection
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py2121 def find_nonterminal_transitions(self,C): argument
2141 def dr_relation(self,C,trans,nullable): argument
2165 def reads_relation(self,C, trans, empty): argument
2208 def compute_lookback_includes(self,C,trans,nullable): argument
2282 def compute_read_sets(self,C, ntrans, nullable): argument
2339 def add_lalr_lookaheads(self,C): argument
/openbmc/u-boot/drivers/ddr/altera/
H A Dsdram_s10.c22 #define DDR_CONFIG(A, B, C, R) (((A) << 24) | ((B) << 16) | ((C) << 8) | (R)) argument
H A Dsdram_arria10.c27 #define ARRIA_DDR_CONFIG(A, B, C, R) \ argument
/openbmc/u-boot/lib/
H A Dsha256.c62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
H A Dsha1.c70 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
/openbmc/rest-dbus/resources/
H A Djsrender.min.js3 …ex:void 0}function f(){return this.index}function g(e){var t,n=this,r=n.linkCtx,i=(n.ctx||{})[e];r… function
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djsrender.min.js3 …ex:void 0}function f(){return this.index}function g(t){var n,r=this,i=r.linkCtx,o=(r.ctx||{})[t];r… argument
/openbmc/qemu/target/sh4/
H A Dtranslate.c54 #define UNALIGN(C) (ctx->tbflags & TB_FLAG_UNALIGN ? MO_UNALN : MO_ALIGN) argument
57 #define UNALIGN(C) MO_ALIGN argument
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h98 i386_general_register A, B, C, D; member
/openbmc/qemu/target/alpha/
H A Dtranslate.c78 #define UNALIGN(C) (C)->unalign argument
80 #define UNALIGN(C) MO_ALIGN argument
/openbmc/qemu/fpu/
H A Dsoftfloat.c749 #define parts_pick_nan_muladd(A, B, C, S, ABM, ABCM) \ argument
813 #define parts_muladd_scalbn(A, B, C, Z, Y, S) \ argument
843 #define parts_round_to_int_normal(A, R, C, F) \ argument
853 #define parts_round_to_int(A, R, C, S, F) \ argument
982 #define frac_addi(R, A, C) FRAC_GENERIC_64_128(addi, R)(R, A, C) argument
1436 #define frac_shl(A, C) FRAC_GENERIC_64_128(shl, A)(A, C) argument
1461 #define frac_shr(A, C) FRAC_GENERIC_64_128(shr, A)(A, C) argument
1551 #define frac_shrjam(A, C) FRAC_GENERIC_64_128_256(shrjam, A)(A, C) argument
/openbmc/qemu/target/i386/
H A Dops_sse.h999 #define SSE_HELPER_CMP_P(name, F, C) \ argument
1019 #define SSE_HELPER_CMP(name, F, C) \ argument
1061 #define SSE_HELPER_CMP(name, F, C) SSE_HELPER_CMP_P(name, F, C) argument
2616 uint32_t C = a->L(3); in helper_sha256rnds2() local
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_hw_training.h112 #define C 1 macro
/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h345 #define fCARRY_FROM_ADD32(A, B, C) \ argument

12