OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcg_helper_sar_i64
(Results
1 - 4
of
4
) sorted by null
/external/qemu/tcg/
tcg-runtime.h
12
int64_t
tcg_helper_sar_i64
(int64_t arg1, int64_t arg2);
tcg-op.h
[
all
...]
tcg.c
279
{
tcg_helper_sar_i64
, "sar_i64" },
[
all
...]
/external/qemu/
tcg-runtime.c
66
int64_t
tcg_helper_sar_i64
(int64_t arg1, int64_t arg2)
function
Completed in 6364 milliseconds