OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCG_REG_G0
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/sparc/
tcg-target.h
37
TCG_REG_G0
= 0,
tcg-target.c
309
tcg_out_arith(s, ret, arg,
TCG_REG_G0
, ARITH_OR);
319
tcg_out_arithi(s, ret,
TCG_REG_G0
, arg, ARITH_OR);
419
tcg_out32(s, WRY | INSN_RS1(
TCG_REG_G0
) | INSN_RS2(rs));
456
tcg_out_sety(s,
TCG_REG_G0
);
468
tcg_out_sethi(s,
TCG_REG_G0
, 0);
520
tcg_out_arithc(s,
TCG_REG_G0
, c1, c2, c2const, ARITH_SUBCC);
602
c1 =
TCG_REG_G0
, c2 = ret, c2const = 0;
639
tcg_out_arithi(s, ret,
TCG_REG_G0
, 0, ARITH_ADDX);
641
tcg_out_arithi(s, ret,
TCG_REG_G0
, -1, ARITH_SUBX);
698
tcg_out32(s, JMPL | INSN_RD(
TCG_REG_G0
) | INSN_RS1(TCG_REG_I0)
[
all
...]
Completed in 1155 milliseconds