OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCG_REG_I5
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/sparc/
tcg-target.c
385
tcg_out_movi(s, TCG_TYPE_PTR,
TCG_REG_I5
, offset);
386
tcg_out32(s, op | INSN_RD(ret) | INSN_RS1(
TCG_REG_I5
) |
394
tcg_out_movi(s, TCG_TYPE_PTR,
TCG_REG_I5
, offset);
395
tcg_out32(s, op | INSN_RD(ret) | INSN_RS1(
TCG_REG_I5
) |
433
tcg_out_movi(s, TCG_TYPE_PTR,
TCG_REG_I5
, val);
434
tcg_out_arith(s, reg, reg,
TCG_REG_I5
, ARITH_ADD);
445
tcg_out_movi(s, TCG_TYPE_I32,
TCG_REG_I5
, val);
446
tcg_out_arith(s, reg, reg,
TCG_REG_I5
, ARITH_AND);
458
tcg_out_arithi(s,
TCG_REG_I5
, rs1, 31, SHIFT_SRA);
459
tcg_out_sety(s,
TCG_REG_I5
);
[
all
...]
tcg-target.h
66
TCG_REG_I5
,
Completed in 43 milliseconds