Home
last modified time | relevance | path

Searched refs:mem_index (Results 1 – 5 of 5) sorted by relevance

/external/qemu/tcg/
Dtcg-op.h136 TCGArg mem_index) in tcg_gen_qemu_ldst_op_i64_i32() argument
141 *gen_opparam_ptr++ = mem_index; in tcg_gen_qemu_ldst_op_i64_i32()
145 TCGArg mem_index) in tcg_gen_qemu_ldst_op_i64_i64() argument
150 *gen_opparam_ptr++ = mem_index; in tcg_gen_qemu_ldst_op_i64_i64()
1937 static inline void tcg_gen_qemu_ld8u(TCGv ret, TCGv addr, int mem_index) in tcg_gen_qemu_ld8u() argument
1940 tcg_gen_op3i_i32(INDEX_op_qemu_ld8u, ret, addr, mem_index); in tcg_gen_qemu_ld8u()
1943 TCGV_HIGH(addr), mem_index); in tcg_gen_qemu_ld8u()
1948 static inline void tcg_gen_qemu_ld8s(TCGv ret, TCGv addr, int mem_index) in tcg_gen_qemu_ld8s() argument
1951 tcg_gen_op3i_i32(INDEX_op_qemu_ld8s, ret, addr, mem_index); in tcg_gen_qemu_ld8s()
1954 TCGV_HIGH(addr), mem_index); in tcg_gen_qemu_ld8s()
[all …]
/external/qemu/tcg/i386/
Dtcg-target.c452 int addr_reg, data_reg, data_reg2, r0, r1, mem_index, s_bits, bswap; in tcg_out_qemu_ld() local
472 mem_index = *args; in tcg_out_qemu_ld()
495 tcg_out32(s, offsetof(CPUState, tlb_table[mem_index][0].addr_read)); in tcg_out_qemu_ld()
527 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_EDX, mem_index); in tcg_out_qemu_ld()
530 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_ECX, mem_index); in tcg_out_qemu_ld()
663 int addr_reg, data_reg, data_reg2, r0, r1, mem_index, s_bits, bswap; in tcg_out_qemu_st() local
683 mem_index = *args; in tcg_out_qemu_st()
707 tcg_out32(s, offsetof(CPUState, tlb_table[mem_index][0].addr_write)); in tcg_out_qemu_st()
743 tcg_out8(s, mem_index); in tcg_out_qemu_st()
762 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_ECX, mem_index); in tcg_out_qemu_st()
[all …]
/external/qemu/tcg/x86_64/
Dtcg-target.c560 int addr_reg, data_reg, r0, r1, mem_index, s_bits, bswap, rexw; in tcg_out_qemu_ld() local
568 mem_index = *args; in tcg_out_qemu_ld()
597 offsetof(CPUState, tlb_table[mem_index][0].addr_read)); in tcg_out_qemu_ld()
611 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_RSI, mem_index); in tcg_out_qemu_ld()
754 int addr_reg, data_reg, r0, r1, mem_index, s_bits, bswap, rexw; in tcg_out_qemu_st() local
762 mem_index = *args; in tcg_out_qemu_st()
792 offsetof(CPUState, tlb_table[mem_index][0].addr_write)); in tcg_out_qemu_st()
824 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_RDX, mem_index); in tcg_out_qemu_st()
/external/libnfc-nxp/src/
DphHciNfc_Sequence.c1289 static uint8_t mem_index = 0; in phHciNfc_Initialise_Sequence() local
1291 (NFC_ADDRESS_HAL_CONF + mem_index), in phHciNfc_Initialise_Sequence()
1292 (psHciContext->hal_mem_info + mem_index)); in phHciNfc_Initialise_Sequence()
1295 mem_index++; in phHciNfc_Initialise_Sequence()
1296 if (NXP_HAL_MEM_INFO_SIZE <= mem_index ) in phHciNfc_Initialise_Sequence()
1302 mem_index = 0; in phHciNfc_Initialise_Sequence()
DphFriNfc_TopazDynamicMap.c4213 uint8_t mem_index = 0; in phFriNfc_Tpz_H_GetMemBytesInfo() local
4217 page_address = (uint8_t)(p_mem_info[mem_index] >> NIBBLE_SIZE); in phFriNfc_Tpz_H_GetMemBytesInfo()
4218 bytes_offset = (uint8_t)(p_mem_info[mem_index] & TOPAZ_NIBBLE_MASK); in phFriNfc_Tpz_H_GetMemBytesInfo()
4220 mem_index = (mem_index + 1); in phFriNfc_Tpz_H_GetMemBytesInfo()
4221 ps_memtlv_info->Size = (uint16_t)p_mem_info[mem_index]; in phFriNfc_Tpz_H_GetMemBytesInfo()
4223 mem_index = (mem_index + 1); in phFriNfc_Tpz_H_GetMemBytesInfo()
4225 (p_mem_info[mem_index] & TOPAZ_NIBBLE_MASK); in phFriNfc_Tpz_H_GetMemBytesInfo()