| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-md-auxiliary.cc | 130 bool long_jump_p, rtx *operands) 137 if (r5_p && REGNO (operands[2]) == 5 && TARGET_16_BIT) 205 output_asm_insn (pattern, operands); 210 bool long_jump_p, rtx *operands, 264 output_asm_insn (pattern, operands); 384 nds32_expand_cbranch (rtx *operands) 389 code = GET_CODE (operands[0]); 391 /* If operands[2] is (const_int 0), 394 if (GET_CODE (operands[2]) == CONST_INT) 395 if (INTVAL (operands[2]) == 0 1985 rtx operands[3]; local 2129 rtx operands[3]; local 2257 rtx operands[2]; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-md-auxiliary.cc | 130 bool long_jump_p, rtx *operands) 137 if (r5_p && REGNO (operands[2]) == 5 && TARGET_16_BIT) 205 output_asm_insn (pattern, operands); 210 bool long_jump_p, rtx *operands, 264 output_asm_insn (pattern, operands); 384 nds32_expand_cbranch (rtx *operands) 389 code = GET_CODE (operands[0]); 391 /* If operands[2] is (const_int 0), 394 if (GET_CODE (operands[2]) == CONST_INT) 395 if (INTVAL (operands[2]) == 0 1985 rtx operands[3]; local 2129 rtx operands[3]; local 2257 rtx operands[2]; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/vax/ |
| vax.cc | 303 split_quadword_operands (rtx insn, enum rtx_code code, rtx * operands, 313 if (MEM_P (operands[i]) 314 && (GET_CODE (XEXP (operands[i], 0)) == PRE_DEC 315 || GET_CODE (XEXP (operands[i], 0)) == POST_INC)) 317 rtx addr = XEXP (operands[i], 0); 318 operands[i] = low[i] = gen_rtx_MEM (SImode, addr); 320 else if (optimize_size && MEM_P (operands[i]) 321 && REG_P (XEXP (operands[i], 0)) 322 && (code != MINUS || operands[1] != const0_rtx) 324 REGNO (XEXP (operands[i], 0))) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/vax/ |
| vax.cc | 304 split_quadword_operands (rtx insn, enum rtx_code code, rtx * operands, 314 if (MEM_P (operands[i]) 315 && (GET_CODE (XEXP (operands[i], 0)) == PRE_DEC 316 || GET_CODE (XEXP (operands[i], 0)) == POST_INC)) 318 rtx addr = XEXP (operands[i], 0); 319 operands[i] = low[i] = gen_rtx_MEM (SImode, addr); 321 else if (optimize_size && MEM_P (operands[i]) 322 && REG_P (XEXP (operands[i], 0)) 323 && (code != MINUS || operands[1] != const0_rtx) 325 REGNO (XEXP (operands[i], 0))) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/or1k/ |
| or1k-protos.h | 33 void or1k_expand_atomic_compare_and_swap (rtx operands[]); 34 void or1k_expand_atomic_compare_and_swap_qihi (rtx operands[]); 35 void or1k_expand_atomic_exchange (rtx operands[]); 36 void or1k_expand_atomic_exchange_qihi (rtx operands[]);
|
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| X86DisassemblerShared.h | 19 operands[llvm::X86Disassembler::X86_MAX_OPERANDS]; member in struct:InstructionSpecifier 26 memset(operands, 0, sizeof(operands));
|
| /src/external/gpl3/gcc/dist/gcc/config/lm32/ |
| lm32-protos.h | 36 extern void lm32_expand_scc (rtx operands[]); 37 extern void lm32_expand_conditional_branch (rtx operands[]); 38 extern bool lm32_move_ok (machine_mode, rtx operands[2]);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/lm32/ |
| lm32-protos.h | 36 extern void lm32_expand_scc (rtx operands[]); 37 extern void lm32_expand_conditional_branch (rtx operands[]); 38 extern bool lm32_move_ok (machine_mode, rtx operands[2]);
|
| /src/external/gpl3/gcc/dist/gcc/config/msp430/ |
| msp430-protos.h | 27 void msp430_expand_helper (rtx *operands, const char *, bool); 55 int msp430_expand_shift (enum rtx_code code, machine_mode mode, rtx *operands); 56 int msp430_output_asm_shift_insns (enum rtx_code code, machine_mode mode, rtx *operands, bool);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
| msp430-protos.h | 27 void msp430_expand_helper (rtx *operands, const char *, bool); 55 int msp430_expand_shift (enum rtx_code code, machine_mode mode, rtx *operands); 56 int msp430_output_asm_shift_insns (enum rtx_code code, machine_mode mode, rtx *operands, bool);
|
| /src/usr.bin/make/unit-tests/ |
| cond-cmp-string.exp | 5 make: cond-cmp-string.mk:118: Comparison with "<" requires both operands "string" and "string" to be numeric 6 make: cond-cmp-string.mk:126: Comparison with "<=" requires both operands "string" and "string" to be numeric 7 make: cond-cmp-string.mk:134: Comparison with ">" requires both operands "string" and "string" to be numeric 8 make: cond-cmp-string.mk:142: Comparison with ">=" requires both operands "string" and "string" to be numeric
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-arm.c | 434 - Immediate operands do not require a # prefix. 445 - Immediate operands do not require a # prefix. 456 /* An immediate operand can start with #, and ld*, st*, pld operands 505 /* The maximum number of operands we need. */ 565 } operands[ARM_IT_MAX_OPERANDS]; member in struct:arm_it 741 unsigned int operands[8]; member in struct:asm_opcode 932 "source operands makes instruction UNPREDICTABLE") 2656 Neon mnemonic, so long as all operands given have types. Types can also be 3515 imm1 = inst.operands[1].imm; 3516 imm2 = (inst.operands[1].regisimm ? inst.operands[1].re [all...] |
| tc-m68hc11.c | 652 on the operands. This hash table then provides a quick index to 673 /* See how many operands this opcode needs. */ 960 /* Prints the list of instructions with the possible operands. */ 1037 /* Analysis of 68HC11 and 68HC12 operands. */ 1131 /* Parse a string of operands and return an array of expressions. 1302 operands from comments. */ 1829 build_jump_insn (struct m68hc11_opcode *opcode, operand operands[], 1840 gas_assert (operands[0].reg1 == REG_NONE && operands[0].reg2 == REG_NONE); 1844 n = operands[0].exp.X_add_number 2819 operand operands[M6811_MAX_OPERANDS]; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-arm.c | 434 - Immediate operands do not require a # prefix. 445 - Immediate operands do not require a # prefix. 456 /* An immediate operand can start with #, and ld*, st*, pld operands 505 /* The maximum number of operands we need. */ 565 } operands[ARM_IT_MAX_OPERANDS]; member in struct:arm_it 741 unsigned int operands[8]; member in struct:asm_opcode 936 "and source operands makes instruction UNPREDICTABLE") 2655 Neon mnemonic, so long as all operands given have types. Types can also be 3514 imm1 = inst.operands[1].imm; 3515 imm2 = (inst.operands[1].regisimm ? inst.operands[1].re [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-asmtab.h | 47 /* The operands of this instruction. Corresponds to the OPERANDS field 49 unsigned char operands[5]; member in struct:ia64_main_table
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-asmtab.h | 47 /* The operands of this instruction. Corresponds to the OPERANDS field 49 unsigned char operands[5]; member in struct:ia64_main_table
|
| /src/external/gpl3/gcc/dist/gcc/config/avr/ |
| avr-protos.h | 49 extern const char *output_movqi (rtx_insn *insn, rtx operands[], int *l); 50 extern const char *output_movhi (rtx_insn *insn, rtx operands[], int *l); 51 extern const char *output_movsisf (rtx_insn *insn, rtx operands[], int *l); 67 extern const char *ashlqi3_out (rtx_insn *insn, rtx operands[], int *len); 68 extern const char *ashlhi3_out (rtx_insn *insn, rtx operands[], int *len); 69 extern const char *ashlsi3_out (rtx_insn *insn, rtx operands[], int *len); 71 extern const char *ashrqi3_out (rtx_insn *insn, rtx operands[], int *len); 72 extern const char *ashrhi3_out (rtx_insn *insn, rtx operands[], int *len); 73 extern const char *ashrsi3_out (rtx_insn *insn, rtx operands[], int *len); 75 extern const char *lshrqi3_out (rtx_insn *insn, rtx operands[], int *len) [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-asmtab.h | 47 /* The operands of this instruction. Corresponds to the OPERANDS field 49 unsigned char operands[5]; member in struct:ia64_main_table
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-asmtab.h | 47 /* The operands of this instruction. Corresponds to the OPERANDS field 49 unsigned char operands[5]; member in struct:ia64_main_table
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| OperandTraits.h | 11 // the operands in the most efficient manner. 40 static unsigned operands(const User*) { function in struct:llvm::FixedNumOperandTraits 49 /// OptionalOperandTraits - when the number of operands may change at runtime. 54 static unsigned operands(const User *U) { function in struct:llvm::OptionalOperandTraits 78 static unsigned operands(const User *U) { function in struct:llvm::VariadicOperandTraits 102 static unsigned operands(const User *U) { function in struct:llvm::HungoffOperandTraits 139 assert(i_nocapture < OperandTraits<CLASS>::operands(this) \ 145 assert(i_nocapture < OperandTraits<CLASS>::operands(this) \ 150 return OperandTraits<CLASS>::operands(this); \
|
| /src/usr.sbin/gspa/gspa/ |
| gsp_gram.y | 70 %type <y_opnd> operand, operands, ea 75 line : label ID operands { statement($2, $3); } 76 | ID operands { statement($1, $2); } 87 operands : /* empty */ { $$ = NULL; } label 89 | operands ',' operand { $$ = add_operand($1, $3); }
|
| /src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| avr-protos.h | 49 extern const char *output_movqi (rtx_insn *insn, rtx operands[], int *l); 50 extern const char *output_movhi (rtx_insn *insn, rtx operands[], int *l); 51 extern const char *output_movsisf (rtx_insn *insn, rtx operands[], int *l); 64 extern const char *ashlqi3_out (rtx_insn *insn, rtx operands[], int *len); 65 extern const char *ashlhi3_out (rtx_insn *insn, rtx operands[], int *len); 66 extern const char *ashlsi3_out (rtx_insn *insn, rtx operands[], int *len); 68 extern const char *ashrqi3_out (rtx_insn *insn, rtx operands[], int *len); 69 extern const char *ashrhi3_out (rtx_insn *insn, rtx operands[], int *len); 70 extern const char *ashrsi3_out (rtx_insn *insn, rtx operands[], int *len); 72 extern const char *lshrqi3_out (rtx_insn *insn, rtx operands[], int *len) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| h8300.cc | 990 split_adds_subs (machine_mode mode, rtx *operands) 992 HOST_WIDE_INT val = INTVAL (operands[1]); 993 rtx reg = operands[0]; 1157 rtx operands[4]; 1166 operands[0] = NULL; 1167 operands[1] = XEXP (x, 0); 1168 operands[2] = XEXP (x, 1); 1169 operands[3] = x; 1170 return compute_logical_op_length (GET_MODE (x), AND, operands, NULL) / 2; 1178 rtx operands[3] 1154 rtx operands[4]; local 1175 rtx operands[3]; local 3428 emit_move_insn (copy_rtx (operands[0]), operands[1]); local 5528 rtx operands[3]; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| m68k.cc | 1000 rtx body, addr, src, operands[2]; 1020 operands[!store_p] = gen_frame_mem (mode, addr); 1021 operands[store_p] = gen_rtx_REG (mode, regno); 1023 = gen_rtx_SET (operands[0], operands[1]); 1651 /* Update flags for a move operation with OPERANDS. Called for move 1655 handle_flags_for_move (rtx *operands) 1658 if (!ADDRESS_REG_P (operands[0])) 1661 flags_operand1 = side_effects_p (operands[0]) ? NULL_RTX : operands[0] 995 rtx body, addr, src, operands[2]; local 3798 output_asm_insn (singlemove_string (operands), operands); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| m68k.cc | 996 rtx body, addr, src, operands[2]; 1016 operands[!store_p] = gen_frame_mem (mode, addr); 1017 operands[store_p] = gen_rtx_REG (mode, regno); 1019 = gen_rtx_SET (operands[0], operands[1]); 1647 /* Update flags for a move operation with OPERANDS. Called for move 1651 handle_flags_for_move (rtx *operands) 1654 if (!ADDRESS_REG_P (operands[0])) 1657 flags_operand1 = side_effects_p (operands[0]) ? NULL_RTX : operands[0] 991 rtx body, addr, src, operands[2]; local 3779 output_asm_insn (singlemove_string (operands), operands); local [all...] |