Searched refs:INSN_DEP_LEN (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/hppa/
H A Dtcg-target.c264 #define INSN_DEP_LEN(x) (32 - (x)) macro
458 | INSN_SHDEP_P(31 - ofs) | INSN_DEP_LEN(len));
467 | INSN_SHDEP_CP(31 - ofs) | INSN_DEP_LEN(len));
503 | INSN_SHDEP_CP(31 - bs0) | INSN_DEP_LEN(bs1 - bs0));
533 | INSN_SHDEP_CP(31 - ls0) | INSN_DEP_LEN(ls1 - ls0));
551 | INSN_SHDEP_CP(31 - count) | INSN_DEP_LEN(32 - count));
558 tcg_out32(s, INSN_ZVDEP | INSN_R2(ret) | INSN_R1(arg) | INSN_DEP_LEN(32));
582 tcg_out32(s, INSN_VEXTRS | INSN_R1(ret) | INSN_R2(arg) | INSN_DEP_LEN(32));

Completed in 17 milliseconds