Searched refs:op2str (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | print-igrp.c | 98 static const struct tok op2str[] = { variable 122 tok2str(op2str, "op-#%d", IGRP_OP(hdr->ig_vop)), in igrp_print()
|
D | print-tftp.c | 79 static const struct tok op2str[] = { variable 125 cp = tok2str(op2str, "tftp-#%d", opcode); in tftp_print()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 2659 bit isSat = 0, bit isRnd = 0, string op2str = "" > 2660 : T_MType_mpy<mnemonic, 0b1101, IntRegs, MajOp, MinOp, isSat, isRnd, op2str>;
|