Lines Matching defs:src

285 TCGv gen_get_byte(TCGv result, int N, TCGv src, bool sign)  in gen_get_byte()
295 TCGv gen_get_byte_i64(TCGv result, int N, TCGv_i64 src, bool sign) in gen_get_byte_i64()
308 TCGv gen_get_half(TCGv result, int N, TCGv src, bool sign) in gen_get_half()
318 void gen_set_half(int N, TCGv result, TCGv src) in gen_set_half()
323 void gen_set_half_i64(int N, TCGv_i64 result, TCGv src) in gen_set_half_i64()
330 void gen_set_byte_i64(int N, TCGv_i64 result, TCGv src) in gen_set_byte_i64()
352 TCGv pred, TCGv vaddr, TCGv src) in gen_store_conditional4()
377 TCGv pred, TCGv vaddr, TCGv_i64 src) in gen_store_conditional8()
410 void gen_store32(TCGv vaddr, TCGv src, int width, uint32_t slot) in gen_store32()
417 void gen_store1(TCGv_env tcg_env, TCGv vaddr, TCGv src, uint32_t slot) in gen_store1()
422 void gen_store1i(TCGv_env tcg_env, TCGv vaddr, int32_t src, uint32_t slot) in gen_store1i()
428 void gen_store2(TCGv_env tcg_env, TCGv vaddr, TCGv src, uint32_t slot) in gen_store2()
433 void gen_store2i(TCGv_env tcg_env, TCGv vaddr, int32_t src, uint32_t slot) in gen_store2i()
439 void gen_store4(TCGv_env tcg_env, TCGv vaddr, TCGv src, uint32_t slot) in gen_store4()
444 void gen_store4i(TCGv_env tcg_env, TCGv vaddr, int32_t src, uint32_t slot) in gen_store4i()
450 void gen_store8(TCGv_env tcg_env, TCGv vaddr, TCGv_i64 src, uint32_t slot) in gen_store8()
457 void gen_store8i(TCGv_env tcg_env, TCGv vaddr, int64_t src, uint32_t slot) in gen_store8i()
804 static void gen_return(DisasContext *ctx, TCGv_i64 dst, TCGv src) in gen_return()
825 static void gen_cond_return(DisasContext *ctx, TCGv_i64 dst, TCGv src, in gen_cond_return()
976 TCGCond cond, TCGv val, TCGv src, int pc_off) in gen_cmp_jumpnv()
984 TCGCond cond, TCGv val, int src, int pc_off) in gen_cmpi_jumpnv()
992 static void gen_shl_sat(DisasContext *ctx, TCGv dst, TCGv src, TCGv shift_amt) in gen_shl_sat()
1032 static void gen_sar(TCGv dst, TCGv src, TCGv shift_amt) in gen_sar()
1232 static void gen_vreg_load(DisasContext *ctx, intptr_t dstoff, TCGv src, in gen_vreg_load()