Home
last modified time | relevance | path

Searched refs:BDAP_QUICK_OPCODE (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dcris-dis.c205 if (popcodep->match == BDAP_QUICK_OPCODE)
448 if (prefix_opcodep->match == BDAP_QUICK_OPCODE)
698 || opcodep->match == BDAP_QUICK_OPCODE);
755 || (opcodep->match == BDAP_QUICK_OPCODE
880 case BDAP_QUICK_OPCODE:
H A Dcris-opc.c229 BDAP_QUICK_OPCODE, BDAP_QUICK_Z_BITS, "pO", 0, SIZE_NONE, 0,
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcris-dis.c249 if (popcodep->match == BDAP_QUICK_OPCODE) in get_opcode_entry()
486 if (prefix_opcodep->match == BDAP_QUICK_OPCODE) in cris_constraint()
892 || opcodep->match == BDAP_QUICK_OPCODE); in print_with_operands()
952 || (opcodep->match == BDAP_QUICK_OPCODE in print_with_operands()
1077 case BDAP_QUICK_OPCODE: in print_with_operands()
H A Dcris-opc.c348 BDAP_QUICK_OPCODE, BDAP_QUICK_Z_BITS, "pO", 0, SIZE_NONE,
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dcris.h92 #define BDAP_QUICK_OPCODE (0x0100) macro
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcris.h126 #define BDAP_QUICK_OPCODE (0x0100) macro
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-cris.c948 opcodep[1] = (REG_SP << 4) + (BDAP_QUICK_OPCODE >> 8);
1356 = BDAP_QUICK_OPCODE | (prefixp->base_reg_number << 12);
2530 opcode = BDAP_QUICK_OPCODE | (base_regno << 12);
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-cris.c1301 opcodep[1] = (REG_SP << 4) + (BDAP_QUICK_OPCODE >> 8); in md_assemble()
1805 = BDAP_QUICK_OPCODE | (prefixp->base_reg_number << 12); in cris_process_instruction()
3227 opcode = BDAP_QUICK_OPCODE | (base_regno << 12); in gen_bdap()