Searched refs:OP_ST (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-mips/
H A Dtranslate.c902 #define OP_ST(insn,fname) \ macro
907 OP_ST(sb,st8);
908 OP_ST(sh,st16);
909 OP_ST(sw,st32);
911 OP_ST(sd,st64);
913 #undef OP_ST macro
/external/qemu/
H A Di386-dis.c164 static void OP_ST (int, int);
4107 #define ST { OP_ST, 0 }
4321 OP_ST (int bytemode ATTRIBUTE_UNUSED, int sizeflag ATTRIBUTE_UNUSED) function
/external/valgrind/main/perf/
H A Dtinycc.c15087 #define OP_ST (1 << OPT_ST)
16146 op->type = OP_ST;
16462 if (op_type[i] & (OP_REG | OP_ST)) {
15085 #define OP_ST macro

Completed in 239 milliseconds