Searched full:cif (Results 1 – 7 of 7) sorted by relevance
/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 451 ffi_cif *cif = info->cif; 455 if (cif->rtype == &ffi_type_void) { 458 tcg_debug_assert(cif->rtype->size == 4 || 459 cif->rtype->size == 8 || 460 cif->rtype->size == 16); 461 which = ctz32(cif->rtype->size) - 1; 463 new_pool_l2(s, 20, s->code_ptr, 0, (uintptr_t)func, (uintptr_t)cif);
|
/qemu/include/tcg/ |
H A D | helper-info.h | 52 ffi_cif *cif; member
|
/qemu/tcg/ |
H A D | tci.c | 367 ffi_cif *cif; in tcg_qemu_tb_exec() local 373 cif = ((void **)ptr)[1]; in tcg_qemu_tb_exec() 375 n = cif->nargs; in tcg_qemu_tb_exec() 377 ffi_type *t = cif->arg_types[i]; in tcg_qemu_tb_exec() 384 ffi_call(cif, func, stack, call_slots); in tcg_qemu_tb_exec()
|
H A D | tcg.c | 1484 ffi_cif cif; in init_ffi_layout() member 1496 ca->cif.rtype = typecode_to_ffi(typemask & 7); in init_ffi_layout() 1497 ca->cif.nargs = nargs; in init_ffi_layout() 1500 ca->cif.arg_types = ca->args; in init_ffi_layout() 1507 status = ffi_prep_cif(&ca->cif, FFI_DEFAULT_ABI, nargs, in init_ffi_layout() 1508 ca->cif.rtype, ca->cif.arg_types); in init_ffi_layout() 1511 return &ca->cif; in init_ffi_layout() 1514 #define HELPER_INFO_INIT(I) (&(I)->cif)
|
/qemu/pc-bios/ |
HD | openbios-ppc | IBM PPS Model 6015 | WH | k | W |& k K { @ @ @ { ... |
HD | openbios-sparc32 | ( 8 H ! ` x p " p # $ 0 @ p % ` p x @ A B ( ... |
/qemu/tests/data/qobject/ |
H A D | qdict.txt | 2743 cif.S: 1000
|