Home
last modified time | relevance | path

Searched defs:MOVZ (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/mips/include/asm/
H A Dasm.h189 #define MOVZ(rd, rs, rt) \ macro
205 #define MOVZ(rd, rs, rt) \ macro
217 #define MOVZ(rd, rs, rt) \ macro
/openbmc/qemu/disas/
H A Dnanomips.c10236 static char *MOVZ(uint64 instruction, Dis_info *info) in MOVZ() function