Home
last modified time | relevance | path

Searched refs:typecode (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c1000 int typecode = extract32(typemask, (j + 1) * 3, 3); in init_ffi_layout() local
1001 ca->args[j] = typecode_to_ffi(typecode); in init_ffi_layout()
1119 unsigned typecode; in init_call_layout() local
1125 typecode = typemask & 7; in init_call_layout()
1126 switch (typecode) { in init_call_layout()
1178 typecode = typemask & 7; in init_call_layout()
1179 switch (typecode) { in init_call_layout()
1208 kind = TCG_CALL_ARG_EXTEND_U + (typecode & 1); in init_call_layout()