Searched defs:target_long (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/exec/ |
H A D | target_long.h | 27 typedef int32_t target_long; typedef 34 typedef int64_t target_long; typedef
|
/openbmc/qemu/target/riscv/ |
H A D | translate.c | 811 void (*func)(TCGv, TCGv, target_long)) in gen_logic_imm_fn() argument 855 void (*func)(TCGv, TCGv, target_long), in gen_arith_imm_fn() argument 948 void (*func)(TCGv, TCGv, target_long), in gen_shift_imm_fn() argument 979 void (*f_tl)(TCGv, TCGv, target_long), in gen_shift_imm_fn_per_ol() argument
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 3669 void (*funci)(TCGv, TCGv, target_long), in do_arith_int() argument 3712 void (*funci)(TCGv, TCGv, target_long), in do_arith() argument 3723 void (*funci)(TCGv, TCGv, target_long)) in do_logic() argument
|