Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.c852 static const TCGOpcode old_st_opc[4] = { variable
909 assert(old_st_opc[memop & MO_SIZE] != 0); in tcg_gen_qemu_st_i32()
912 *tcg_ctx.gen_opc_ptr++ = old_st_opc[memop & MO_SIZE]; in tcg_gen_qemu_st_i32()
921 *tcg_ctx.gen_opc_ptr++ = old_st_opc[memop & MO_SIZE]; in tcg_gen_qemu_st_i32()
987 assert(old_st_opc[memop & MO_SIZE] != 0); in tcg_gen_qemu_st_i64()
989 *tcg_ctx.gen_opc_ptr++ = old_st_opc[memop & MO_SIZE]; in tcg_gen_qemu_st_i64()