Home
last modified time | relevance | path

Searched defs:Ad (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h177 MCDecodedPseudoProbe(uint64_t Ad, uint64_t G, uint32_t I, PseudoProbeType K, in MCDecodedPseudoProbe()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp195 unsigned Ad = fieldFromInstruction(Insn, 7, 1); in DecodeDstAddrMode() local
/openbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c976 #define Ad(i) ((Rte(i)<<1)+(SinglePrec(i)?((Rte(i)>15)?1:32):0)) macro