Searched refs:tcg_gen_eqv_i32 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 350 #define tcg_gen_eqv_tl tcg_gen_eqv_i32
|
H A D | tcg-op-common.h | 98 void tcg_gen_eqv_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 666 void tcg_gen_eqv_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_eqv_i32() function 2398 tcg_gen_eqv_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_eqv_i64() 2399 tcg_gen_eqv_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), TCGV_HIGH(arg2)); in tcg_gen_eqv_i64()
|
H A D | tcg-op-gvec.c | 2070 tcg_gen_eqv_i32(t3, a, b); in tcg_gen_vec_sub8_i32()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 3857 GEN_CRLOGIC(creqv, tcg_gen_eqv_i32, 0x09); 6045 GEN_CRLOGIC(creqv, tcg_gen_eqv_i32, 0x09),
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 4077 tcg_gen_eqv_i32(src, src, mask); in DISAS_INSN()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 5032 TRANS(FXNORs, VIS1, do_fff, a, tcg_gen_eqv_i32) in TRANS()
|