Lines Matching full:lduw
263 #define LDUW (INSN_OP(3) | INSN_OP3(0x00))
361 tcg_out32(s, LDUW | INSN_RD(ret) | INSN_RS1(ret) |
374 tcg_out32(s, LDUW | INSN_RD(ret) | INSN_RS1(ret) |
403 tcg_out_ldst(s, ret, arg1, arg2, LDUW);
723 #define TARGET_LD_OP LDUW
730 #define TARGET_ADDEND_LD_OP LDUW
742 #define HOST_LD_OP LDUW
921 /* lduw [arg0], data_reg */
922 tcg_out_ldst(s, data_reg, arg0, 0, LDUW);
1199 tcg_out_ldst(s, args[0], args[1], args[2], LDUW);