Searched refs:NEON_ENC_IMMED (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c10533 #define NEON_ENC_IMMED(X) (neon_enc_tab[(X) & 0x0fffffff].scalar_or_imm)
11633 inst.instruction = NEON_ENC_IMMED (inst.instruction);
11666 inst.instruction = NEON_ENC_IMMED (inst.instruction);
11970 inst.instruction = NEON_ENC_IMMED (inst.instruction);
12179 inst.instruction = NEON_ENC_IMMED (inst.instruction);
12574 inst.instruction = NEON_ENC_IMMED (inst.instruction);
12744 inst.instruction = NEON_ENC_IMMED (inst.instruction);
12858 inst.instruction = NEON_ENC_IMMED (inst.instruction);
10523 #define NEON_ENC_IMMED macro

Completed in 132 milliseconds