HomeSort by relevance Sort by last modified time
    Searched refs:tcg_out_ldst (Results 1 - 4 of 4) sorted by null

  /external/qemu/tcg/sparc/
tcg-target.c 379 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(s, data_reg, arg0, 0, LDSB)
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 370 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(s, datahi_reg, addr_reg, 0, INSN_LDW)
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 457 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);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 529 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);
    [all...]

Completed in 237 milliseconds