Searched defs:ovfl (Results 1 – 2 of 2) sorted by relevance
/qemu/target/hexagon/ |
H A D | genptr.c | 1346 void gen_sat_i32_ovfl(TCGv ovfl, TCGv dest, TCGv source, int width) in gen_sat_i32_ovfl() 1364 void gen_satu_i32_ovfl(TCGv ovfl, TCGv dest, TCGv source, int width) in gen_satu_i32_ovfl() 1380 void gen_sat_i64_ovfl(TCGv ovfl, TCGv_i64 dest, TCGv_i64 source, int width) in gen_sat_i64_ovfl() 1401 void gen_satu_i64_ovfl(TCGv ovfl, TCGv_i64 dest, TCGv_i64 source, int width) in gen_satu_i64_ovfl()
|
/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.c | 1951 HexValue ovfl; in gen_rvalue_sat() local
|