Searched defs:HELPER_ST (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-mips/
H A Dop_helper.c96 #define HELPER_ST(name, insn, type) \ macro
102 #define HELPER_ST(name, insn, type) \
114 HELPER_ST(sb, stb, uint8_t)
115 HELPER_ST(sw, stl, uint32_t)
117 HELPER_ST(sd, stq, uint64_t)
119 #undef HELPER_ST macro

Completed in 28 milliseconds