HomeSort by: relevance | last modified time | path
    Searched defs:emit_unary (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_common.c 1049 static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, function
1390 return emit_unary(compiler, NOT_rm, dst, dstw, src, srcw);
1393 return emit_unary(compiler, NEG_rm, dst, dstw, src, srcw);
  /src/external/gpl3/binutils/dist/gas/config/
loongarch-parse.c 211 emit_unary (char op) function
1589 {emit_unary ('+');}
1595 {emit_unary ('-');}
1601 {emit_unary ('~');}
1607 {emit_unary ('!');}
  /src/external/gpl3/binutils.old/dist/gas/config/
loongarch-parse.c 210 emit_unary (char op) function
1588 {emit_unary ('+');}
1594 {emit_unary ('-');}
1600 {emit_unary ('~');}
1606 {emit_unary ('!');}

Completed in 20 milliseconds