OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_out32
(Results
1 - 3
of
3
) sorted by null
/external/qemu/tcg/x86_64/
tcg-target.c
281
tcg_out32
(s, val);
285
tcg_out32
(s, offset);
314
tcg_out32
(s, offset);
352
tcg_out32
(s, offset);
369
tcg_out32
(s, arg);
372
tcg_out32
(s, arg);
375
tcg_out32
(s, arg);
376
tcg_out32
(s, arg >> 32);
387
tcg_out32
(s, disp);
431
tcg_out32
(s, val)
[
all
...]
/external/qemu/tcg/i386/
tcg-target.c
220
tcg_out32
(s, offset);
243
tcg_out32
(s, offset);
261
tcg_out32
(s, arg);
298
tcg_out32
(s, val);
325
tcg_out32
(s, val - 5);
329
tcg_out32
(s, val - 6);
487
tcg_out32
(s, TARGET_PAGE_MASK | ((1 << s_bits) - 1));
490
tcg_out32
(s, (CPU_TLB_SIZE - 1) << CPU_TLB_ENTRY_BITS);
495
tcg_out32
(s, offsetof(CPUState, tlb_table[mem_index][0].addr_read));
533
tcg_out32
(s, (tcg_target_long)qemu_ld_helpers[s_bits] -
[
all
...]
/external/qemu/tcg/
tcg.c
104
static inline void
tcg_out32
(TCGContext *s, uint32_t v)
function
[
all
...]
Completed in 22 milliseconds