Home
last modified time | relevance | path

Searched refs:cpi (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/intl/
Drelocatable.c218 const char *cpi = cp; in compute_curr_prefix() local
220 while (rpi > rel_installdir && cpi > cp_base) in compute_curr_prefix()
223 cpi--; in compute_curr_prefix()
224 if (ISSLASH (*rpi) || ISSLASH (*cpi)) in compute_curr_prefix()
226 if (ISSLASH (*rpi) && ISSLASH (*cpi)) in compute_curr_prefix()
233 != (*cpi >= 'a' && *cpi <= 'z' ? *cpi - 'a' + 'A' : *cpi)) in compute_curr_prefix()
236 if (*rpi != *cpi) in compute_curr_prefix()
245 cp = cpi; in compute_curr_prefix()
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
Dcop_insn.s7 .global cpi symbol
8 cpi: label
9 cpi $0x2, $0x1234 label
10 cpi $3, $0x8765, $0x4321 label
Dcop_insn.d9 00000000 <cpi>:
10 0: 12 30 34 12 cpi \$0x2, \$0x1234
11 4: 13 31 65 87 cpi \$0x3, \$0x4321, \$0x8765
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
Dblock.s9 cpi
Dblock.d13 [ ]+8:[ ]+ed a1[ ]+cpi
/toolchain/binutils/binutils-2.25/include/opcode/
Davr.h215 AVR_INSN (cpi, "d,M", "0011KKKKddddKKKK", 1, AVR_ISA_1200, 0x3000)
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-avr.texi369 0011KKKKddddKKKK cpi d,M
Dc-z8k.texi291 bitb @@rd,imm4 cpi rd,@@rs,rr,cc exb rbd,rbs
/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-2004158 support new Co-Processor instruction 'cpi'.
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-2004307 * gas/crx/cop_insn.s: Test new Co-Processor instruction 'cpi'.