Searched refs:tcg_out_ldst (Results 1 - 4 of 4) sorted by relevance

/external/qemu/tcg/sparc/
H A Dtcg-target.c379 static inline void tcg_out_ldst(TCGContext *s, int ret, int addr, int offset, int op) function
403 tcg_out_ldst(s, ret, arg1, arg2, LDUW);
405 tcg_out_ldst(s, ret, arg1, arg2, LDX);
412 tcg_out_ldst(s, arg, arg1, arg2, STW);
414 tcg_out_ldst(s, arg, arg1, arg2, STX);
811 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK,
814 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK,
874 tcg_out_ldst(s, arg1, arg1, offsetof(CPUTLBEntry, addend) -
895 tcg_out_ldst(s, data_reg, arg0, 0, LDUB);
899 tcg_out_ldst(
[all...]
/external/qemu/tcg/hppa/
H A Dtcg-target.c370 static void tcg_out_ldst(TCGContext *s, int ret, int addr, function
399 tcg_out_ldst(s, ret, arg1, arg2, INSN_LDW);
406 tcg_out_ldst(s, ret, arg1, arg2, INSN_STW);
418 tcg_out_ldst(s, ret, arg1, val, INSN_LDO);
649 tcg_out_ldst(s, arg1, TCG_REG_SP, STACK_TEMP_OFS, INSN_STW);
650 tcg_out_ldst(s, arg2, TCG_REG_SP, STACK_TEMP_OFS + 4, INSN_STW);
669 tcg_out_ldst(s, reth, TCG_REG_SP, STACK_TEMP_OFS, INSN_LDW);
672 tcg_out_ldst(s, retl, TCG_REG_SP, STACK_TEMP_OFS + 4, INSN_LDW);
1004 tcg_out_ldst(s, datalo_reg, addr_reg, 4, INSN_LDW);
1005 tcg_out_ldst(
[all...]
/external/qemu/tcg/ppc/
H A Dtcg-target.c457 static void tcg_out_ldst (TCGContext *s, int ret, int addr, function
962 tcg_out_ldst (s, ret, arg1, arg2, LWZ, LWZX);
968 tcg_out_ldst (s, arg, arg1, arg2, STW, STWX);
1346 tcg_out_ldst (s, args[0], args[1], args[2], LBZ, LBZX);
1349 tcg_out_ldst (s, args[0], args[1], args[2], LBZ, LBZX);
1353 tcg_out_ldst (s, args[0], args[1], args[2], LHZ, LHZX);
1356 tcg_out_ldst (s, args[0], args[1], args[2], LHA, LHAX);
1359 tcg_out_ldst (s, args[0], args[1], args[2], LWZ, LWZX);
1362 tcg_out_ldst (s, args[0], args[1], args[2], STB, STBX);
1365 tcg_out_ldst (
[all...]
/external/qemu/tcg/ppc64/
H A Dtcg-target.c529 static void tcg_out_ldst (TCGContext *s, int ret, int addr, function
931 tcg_out_ldst (s, ret, arg1, arg2, LWZ, LWZX);
940 tcg_out_ldst (s, arg, arg1, arg2, STW, STWX);
1258 tcg_out_ldst (s, args[0], args[1], args[2], LBZ, LBZX);
1262 tcg_out_ldst (s, args[0], args[1], args[2], LBZ, LBZX);
1267 tcg_out_ldst (s, args[0], args[1], args[2], LHZ, LHZX);
1271 tcg_out_ldst (s, args[0], args[1], args[2], LHA, LHAX);
1275 tcg_out_ldst (s, args[0], args[1], args[2], LWZ, LWZX);
1285 tcg_out_ldst (s, args[0], args[1], args[2], STB, STBX);
1289 tcg_out_ldst (
[all...]

Completed in 105 milliseconds