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

  /toolchain/binutils/binutils-2.25/opcodes/
crx-opc.c 108 #define BRANCH_INST(NAME, OPC) \
116 BRANCH_INST ("beq", 0x70),
117 BRANCH_INST ("bne", 0x71),
118 BRANCH_INST ("bcs", 0x72),
119 BRANCH_INST ("bcc", 0x73),
120 BRANCH_INST ("bhi", 0x74),
121 BRANCH_INST ("bls", 0x75),
122 BRANCH_INST ("bgt", 0x76),
123 BRANCH_INST ("ble", 0x77),
124 BRANCH_INST ("bfs", 0x78)
    [all...]
cr16-opc.c 161 #define BRANCH_INST(NAME, OPC) \
169 BRANCH_INST ("b", 0x1),

Completed in 137 milliseconds