HomeSort by: relevance | last modified time | path
    Searched defs:opc2 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 13943 instr[4,2] = opc2 000 ==> OK, ow ==> UNALLOC
13948 uint32_t opc2 = INSTR (4, 2); local
13953 if (opc2 != 0)
  /src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.c 12890 uint32_t opc1, opc2, opc3, dp_op_sz, bit_d, reg_vd;
12897 opc2 = bits (arm_insn_r->arm_insn, 16, 19);
12978 if (!(opc3 & 0x01) || (opc2 == 0x00 && opc3 == 0x01))
12996 else if ((opc2 == 0x01 && opc3 == 0x01)
12997 || (opc2 == 0x00 && opc3 == 0x03))
13015 else if (opc2 == 0x01 && opc3 == 0x03)
13023 else if (opc2 == 0x07 && opc3 == 0x03)
13033 if ((opc2 == 0x08) || (opc2 & 0x0e) == 0x0c)
13046 else if ((opc2 & 0x0e) == 0x0a || (opc2 & 0x0e) == 0x0e
12889 uint32_t opc1, opc2, opc3, dp_op_sz, bit_d, reg_vd; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
arm-tdep.c 12891 uint32_t opc1, opc2, opc3, dp_op_sz, bit_d, reg_vd;
12898 opc2 = bits (arm_insn_r->arm_insn, 16, 19);
12979 if (!(opc3 & 0x01) || (opc2 == 0x00 && opc3 == 0x01))
12997 else if ((opc2 == 0x01 && opc3 == 0x01)
12998 || (opc2 == 0x00 && opc3 == 0x03))
13016 else if (opc2 == 0x01 && opc3 == 0x03)
13024 else if (opc2 == 0x07 && opc3 == 0x03)
13034 if ((opc2 == 0x08) || (opc2 & 0x0e) == 0x0c)
13047 else if ((opc2 & 0x0e) == 0x0a || (opc2 & 0x0e) == 0x0e
12890 uint32_t opc1, opc2, opc3, dp_op_sz, bit_d, reg_vd; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 13943 instr[4,2] = opc2 000 ==> OK, ow ==> UNALLOC
13948 uint32_t opc2 = INSTR (4, 2); local
13953 if (opc2 != 0)
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 9446 int opc2; member in struct:deprecated_coproc_regs_s
9514 && inst.operands[5].imm == r->opc2)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 9449 int opc2; member in struct:deprecated_coproc_regs_s
9517 && inst.operands[5].imm == r->opc2)

Completed in 110 milliseconds