Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c1137 static const char *opbits(const char *insn, unsigned int bits) in opbits() function
1227 insn(opbits(opname, bits), src, dest, comment); in emit_move()
1272 insn(opbits("cmp", right_bits), right, reg2, NULL); in emit_compare()
1513 strcpy(opname, opbits(expr->op == SPECIAL_INCREMENT ? "inc" : "dec", in emit_inc_dec()