Searched refs:LDUW (Results 1 – 1 of 1) sorted by relevance
/external/qemu/tcg/sparc/ |
D | tcg-target.c | 263 #define LDUW (INSN_OP(3) | INSN_OP3(0x00)) macro 361 tcg_out32(s, LDUW | INSN_RD(ret) | INSN_RS1(ret) | in tcg_out_ld_raw() 374 tcg_out32(s, LDUW | INSN_RD(ret) | INSN_RS1(ret) | in tcg_out_ld_ptr() 403 tcg_out_ldst(s, ret, arg1, arg2, LDUW); in tcg_out_ld() 723 #define TARGET_LD_OP LDUW 730 #define TARGET_ADDEND_LD_OP LDUW 742 #define HOST_LD_OP LDUW 922 tcg_out_ldst(s, data_reg, arg0, 0, LDUW); in tcg_out_qemu_ld() 1199 tcg_out_ldst(s, args[0], args[1], args[2], LDUW); in tcg_out_op()
|