Home
last modified time | relevance | path

Searched refs:inst0 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/microcode/siop/
H A Dncr53cxxx.c104 u_int32_t inst0, inst1, inst2; variable
727 inst0 |= i << 24; in CheckPhase()
955 if ((inst0 & 0xe0000000) == 0xc0000000) in store_inst()
961 script[i++] = inst0; in store_inst()
966 fprintf (listfp, "\t%04x: %08x %08x", dsps, inst0, inst1); in store_inst()
972 inst0 = inst1 = inst2 = 0; in store_inst()
1017 inst0 = 0x01000000; in f_select()
1034 inst0 = 0x48000000; in f_wait()
1038 inst0 = 0x50000000; in f_wait()
1040 inst0 = 0x50000000; in f_wait()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_6_ppt.c1964 int ret = 0, inst0, xcc0; in smu_v13_0_6_get_gpu_metrics() local
1968 inst0 = adev->sdma.instance[0].aid_id; in smu_v13_0_6_get_gpu_metrics()
2002 SMUQ10_TO_UINT(metrics->SocclkFrequency[inst0]); in smu_v13_0_6_get_gpu_metrics()
2005 SMUQ10_TO_UINT(metrics->VclkFrequency[inst0]); in smu_v13_0_6_get_gpu_metrics()
2007 SMUQ10_TO_UINT(metrics->DclkFrequency[inst0]); in smu_v13_0_6_get_gpu_metrics()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h107 MCInst *deriveDuplex(MCContext &Context, unsigned iClass, MCInst const &inst0,
H A DHexagonMCInstrInfo.cpp209 MCInst const &inst0, in deriveDuplex() argument
215 MCInst *SubInst0 = new (Context) MCInst(deriveSubInst(inst0)); in deriveDuplex()