Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/microcode/siop/
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/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h107 MCInst *deriveDuplex(MCContext &Context, unsigned iClass, MCInst const &inst0,
DHexagonMCInstrInfo.cpp209 MCInst const &inst0, in deriveDuplex() argument
215 MCInst *SubInst0 = new (Context) MCInst(deriveSubInst(inst0)); in deriveDuplex()