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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bid.re 258 insn->imm_type = LC3B_IMM_NONE;
293 insn->imm_type = (info->operands[i] & OPI_MASK)>>3;
296 if (insn->imm_type == LC3B_IMM_6_WORD
297 || insn->imm_type == LC3B_IMM_8
298 || insn->imm_type == LC3B_IMM_9
299 || insn->imm_type == LC3B_IMM_9_PC)
329 if (insn->imm_type == LC3B_IMM_9_PC) {
lc3bbc.c 92 switch (insn->imm_type) {
143 if (insn->imm_type != LC3B_IMM_9_PC)
181 switch (insn->imm_type) {
lc3barch.h 46 lc3b_imm_type imm_type; /* size of the immediate */ member in struct:lc3b_insn
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.td     [all...]
MipsInstrInfo.td 394 SDPatternOperator imm_type = null_frag,
398 [(set RO:$rt, (OpNode RO:$rs, imm_type:$imm16))],
566 class SetCC_I<string opstr, PatFrag cond_op, Operand Od, PatLeaf imm_type,
570 [(set GPR32Opnd:$rt, (cond_op RO:$rs, imm_type:$imm16))],
    [all...]

Completed in 165 milliseconds