HomeSort by relevance Sort by last modified time
    Searched full:insn_t (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/hppa/
tcg-target.c 261 #define INSN_T(x) (x)
346 tcg_out32(s, INSN_OR | INSN_T(ret) | INSN_R1(arg)
412 tcg_out32(s, op | INSN_T(data) | INSN_R1(index) | INSN_R2(base));
429 tcg_out32(s, op | INSN_T(t) | INSN_R1(r1) | INSN_R2(r2));
474 tcg_out32(s, INSN_SHD | INSN_R1(hi) | INSN_R2(lo) | INSN_T(ret)
481 tcg_out32(s, INSN_VSHD | INSN_T(ret) | INSN_R1(hi) | INSN_R2(lo));
657 | INSN_IM5(STACK_TEMP_OFS) | INSN_T(22));
665 | INSN_IM5(STACK_TEMP_OFS) | INSN_T(22));
808 op = INSN_COMCLR | INSN_R2(c1) | INSN_R1(c2) | INSN_T(ret);
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 181 typedef std::vector<bit_value_t> insn_t; typedef
374 void insnWithID(insn_t &Insn, unsigned Opcode) const {
403 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
434 const insn_t &Insn) const;
511 insn_t Insn;
    [all...]

Completed in 70 milliseconds