| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | OperandTraits.h | 38 static unsigned operands(const User*) { in operands() function 52 static unsigned operands(const User *U) { in operands() function 73 static unsigned operands(const User *U) { in operands() function 100 static unsigned operands(const User *U) { in operands() function
|
| HD | User.h | 191 op_range operands() { in operands() function 194 const_op_range operands() const { in operands() function
|
| /NextBSD/tools/test/testfloat/ |
| HD | testfloat.c | 54 int8 operands, roundingPrecision, roundingMode; in main() local
|
| HD | testsoftfloat.c | 819 int8 operands, roundingPrecision, roundingMode, tininessMode; in main() local
|
| /NextBSD/contrib/gcc/ |
| HD | genemit.c | 319 int operands; in gen_insn() local 448 int operands; in gen_expand() local 584 int operands; in gen_split() local
|
| HD | final.c | 2890 output_asm_operand_names (rtx *operands, int *oporder, int nops) in output_asm_operand_names() 2934 output_asm_insn (const char *template, rtx *operands) in output_asm_insn()
|
| HD | recog.c | 121 rtx *operands; in check_asm_operands() local 1472 decode_asm_operands (rtx body, rtx *operands, rtx **operand_locs, in decode_asm_operands()
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | X86DisassemblerShared.h | 20 operands[llvm::X86Disassembler::X86_MAX_OPERANDS]; member
|
| HD | DAGISelMatcher.h | 1029 ArrayRef<unsigned> operands, in EmitNodeMatcherCommon() 1079 ArrayRef<unsigned> operands, in EmitNodeMatcher() 1102 ArrayRef<unsigned> operands, in MorphNodeToMatcher()
|
| /NextBSD/contrib/binutils/include/opcode/ |
| HD | ppc.h | 50 unsigned char operands[8]; member 310 unsigned int operands; member
|
| HD | s390.h | 66 unsigned char operands[6]; member
|
| HD | alpha.h | 50 unsigned char operands[4]; member
|
| HD | ia64.h | 285 enum ia64_opnd operands[5]; member
|
| HD | cr16.h | 266 operand_desc operands[MAX_OPERANDS]; member
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | arm.c | 5836 load_multiple_sequence (rtx *operands, int nops, int *regs, int *base, in load_multiple_sequence() 6005 emit_ldm_seq (rtx *operands, int nops) in emit_ldm_seq() 6063 store_multiple_sequence (rtx *operands, int nops, int *regs, int *base, in store_multiple_sequence() 6194 emit_stm_seq (rtx *operands, int nops) in emit_stm_seq() 6393 arm_gen_movmemqi (rtx *operands) in arm_gen_movmemqi() 6840 arm_reload_in_hi (rtx *operands) in arm_reload_in_hi() 6956 arm_reload_out_hi (rtx *operands) in arm_reload_out_hi() 8469 vfp_output_fstmx (rtx * operands) in vfp_output_fstmx() 8570 output_call (rtx *operands) in output_call() 8593 output_call_mem (rtx *operands) in output_call_mem() [all …]
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | sparc.c | 920 sparc_expand_move (enum machine_mode mode, rtx *operands) in sparc_expand_move() 2038 gen_v9_scc (enum rtx_code compare_code, register rtx *operands) in gen_v9_scc() 2155 emit_soft_tfmode_libcall (const char *func_name, int nargs, rtx *operands) in emit_soft_tfmode_libcall() 2238 emit_soft_tfmode_binop (enum rtx_code code, rtx *operands) in emit_soft_tfmode_binop() 2264 emit_soft_tfmode_unop (enum rtx_code code, rtx *operands) in emit_soft_tfmode_unop() 2275 emit_soft_tfmode_cvt (enum rtx_code code, rtx *operands) in emit_soft_tfmode_cvt() 2376 emit_hard_tfmode_operation (enum rtx_code code, rtx *operands) in emit_hard_tfmode_operation() 2405 emit_tfmode_binop (enum rtx_code code, rtx *operands) in emit_tfmode_binop() 2414 emit_tfmode_unop (enum rtx_code code, rtx *operands) in emit_tfmode_unop() 2423 emit_tfmode_cvt (enum rtx_code code, rtx *operands) in emit_tfmode_cvt() [all …]
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | ia64-asmtab.h | 49 unsigned char operands[5]; member
|
| HD | i386-gen.c | 104 char *name, *operands, *base_opcode, *extension_opcode; in process_i386_opcodes() local
|
| HD | i386-opc.h | 30 unsigned int operands; member
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | i386.c | 8596 split_di (rtx operands[], int num, rtx lo_half[], rtx hi_half[]) in split_di() 8627 split_ti (rtx operands[], int num, rtx lo_half[], rtx hi_half[]) in split_ti() 8666 output_387_binary_op (rtx insn, rtx *operands) in output_387_binary_op() 9017 output_fix_trunc (rtx insn, rtx *operands, int fisttp) in output_fix_trunc() 9081 output_fp_compare (rtx insn, rtx *operands, int eflags_p, int unordered_p) in output_fp_compare() 9275 ix86_expand_move (enum machine_mode mode, rtx operands[]) in ix86_expand_move() 9388 ix86_expand_vector_move (enum machine_mode mode, rtx operands[]) in ix86_expand_vector_move() 9418 ix86_expand_vector_move_misalign (enum machine_mode mode, rtx operands[]) in ix86_expand_vector_move_misalign() 9575 rtx operands[]) in ix86_fixup_binary_operands() 9634 enum machine_mode mode, rtx operands[]) in ix86_fixup_binary_operands_no_copy() [all …]
|
| /NextBSD/contrib/gdb/include/ |
| HD | xtensa-isa-internal.h | 69 xtensa_operand_internal **operands; /* Array of operand structures. */ member
|
| /NextBSD/contrib/llvm/lib/Target/X86/Disassembler/ |
| HD | X86DisassemblerDecoder.h | 514 uint16_t operands; member 639 ArrayRef<OperandSpecifier> operands; member
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-cr16.c | 1289 parse_operands (ins * cr16_ins, char *operands) in parse_operands() 1390 parse_insn (ins *insn, char *operands) in parse_insn()
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | mips.c | 3286 gen_conditional_branch (rtx *operands, enum rtx_code code) in gen_conditional_branch() 3323 gen_conditional_move (rtx *operands) in gen_conditional_move() 3342 mips_gen_conditional_trap (rtx *operands) in mips_gen_conditional_trap() 9341 mips_output_conditional_branch (rtx insn, rtx *operands, in mips_output_conditional_branch() 9422 mips_output_order_conditional_branch (rtx insn, rtx *operands, bool inverted_p) in mips_output_order_conditional_branch() 9546 mips_output_division (const char *division, rtx *operands) in mips_output_division()
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | ScalarEvolutionExpressions.h | 158 op_range operands() const { in operands() function
|