Searched refs:DNI (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg-op.c | 112 # define DNI NI macro 114 # define DNI macro 117 static void DNI tcg_gen_op1_i32(TCGOpcode opc, TCGType type, TCGv_i32 a1) in tcg_gen_op1_i32() 122 static void DNI tcg_gen_op1_i64(TCGOpcode opc, TCGType type, TCGv_i64 a1) in tcg_gen_op1_i64() 127 static TCGOp * DNI tcg_gen_op1i(TCGOpcode opc, TCGType type, TCGArg a1) in tcg_gen_op1i() 132 static void DNI tcg_gen_op2_i32(TCGOpcode opc, TCGv_i32 a1, TCGv_i32 a2) in tcg_gen_op2_i32() 137 static void DNI tcg_gen_op2_i64(TCGOpcode opc, TCGv_i64 a1, TCGv_i64 a2) in tcg_gen_op2_i64() 142 static void DNI tcg_gen_op3_i32(TCGOpcode opc, TCGv_i32 a1, in tcg_gen_op3_i32() 149 static void DNI tcg_gen_op3_i64(TCGOpcode opc, TCGv_i64 a1, in tcg_gen_op3_i64() 156 static void DNI tcg_gen_op3i_i32(TCGOpcode opc, TCGv_i32 a1, in tcg_gen_op3i_i32() [all …]
|