Searched refs:tcg_gen_xori_i32 (Results 1 – 2 of 2) sorted by relevance
/external/qemu/tcg/ |
D | tcg-op.h | 567 static inline void tcg_gen_xori_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_xori_i32() function 917 tcg_gen_xori_i32(TCGV_LOW(ret), TCGV_LOW(arg1), arg2); in tcg_gen_xori_i64() 918 tcg_gen_xori_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), arg2 >> 32); in tcg_gen_xori_i64() 1769 tcg_gen_xori_i32(ret, arg, -1); in tcg_gen_not_i32() 2477 #define tcg_gen_xori_tl tcg_gen_xori_i32
|
/external/qemu/target-arm/ |
D | translate.c | 275 tcg_gen_xori_i32(var, var, signbit); in gen_sbfx()
|