Home
last modified time | relevance | path

Searched refs:operand_values (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dtilepro-dis.c63 && decoded[i].operand_values[0] != expected_first_operand) in contains_insn()
67 && decoded[i].operand_values[1] != expected_second_operand) in contains_insn()
70 *last_operand_ret = decoded[i].operand_values[opcode->num_operands - 1]; in contains_insn()
152 num = decoded[i].operand_values[j]; in print_insn_tilepro()
180 decoded[i].operand_values[1], in print_insn_tilepro()
193 decoded[i].operand_values[1], in print_insn_tilepro()
H A Dtilegx-dis.c105 num = decoded[i].operand_values[j]; in print_insn_tilegx()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dtilepro-dis.c63 && decoded[i].operand_values[0] != expected_first_operand) in contains_insn()
67 && decoded[i].operand_values[1] != expected_second_operand) in contains_insn()
70 *last_operand_ret = decoded[i].operand_values[opcode->num_operands - 1]; in contains_insn()
152 num = decoded[i].operand_values[j]; in print_insn_tilepro()
180 decoded[i].operand_values[1], in print_insn_tilepro()
193 decoded[i].operand_values[1], in print_insn_tilepro()
H A Dtilegx-dis.c105 num = decoded[i].operand_values[j]; in print_insn_tilegx()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tilepro.c148 expressionS operand_values[TILEPRO_MAX_OPERANDS]; member
408 expressionS *operand_values, in emit_tilepro_instruction() argument
417 expressionS *operand_exp = &operand_values[i]; in emit_tilepro_instruction()
698 int regno = instr->operand_values[k].X_add_number; in check_illegal_reg_writes()
877 instr->operand_values, in tilepro_flush_bundle()
1008 expressionS *operand_values) in parse_operands() argument
1012 memset (operand_values, 0, num_operands * sizeof operand_values[0]); in parse_operands()
1023 parse_reg_expression (&operand_values[i]); in parse_operands()
1027 operand_values[i].X_op = O_absent; in parse_operands()
1033 expression (&operand_values[i]); in parse_operands()
[all …]
H A Dtc-tilegx.c199 expressionS operand_values[TILEGX_MAX_OPERANDS]; member
485 expressionS *operand_values, in emit_tilegx_instruction() argument
494 expressionS *operand_exp = &operand_values[i]; in emit_tilegx_instruction()
810 int regno = instr->operand_values[k].X_add_number; in check_illegal_reg_writes()
990 instr->operand_values, in tilegx_flush_bundle()
1125 expressionS *operand_values) in parse_operands() argument
1129 memset (operand_values, 0, num_operands * sizeof operand_values[0]); in parse_operands()
1140 parse_reg_expression (&operand_values[i]); in parse_operands()
1144 operand_values[i].X_op = O_absent; in parse_operands()
1150 expression (&operand_values[i]); in parse_operands()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tilepro.c148 expressionS operand_values[TILEPRO_MAX_OPERANDS]; member
408 expressionS *operand_values, in emit_tilepro_instruction() argument
417 expressionS *operand_exp = &operand_values[i]; in emit_tilepro_instruction()
698 int regno = instr->operand_values[k].X_add_number; in check_illegal_reg_writes()
877 instr->operand_values, in tilepro_flush_bundle()
1008 expressionS *operand_values) in parse_operands() argument
1012 memset (operand_values, 0, num_operands * sizeof operand_values[0]); in parse_operands()
1023 parse_reg_expression (&operand_values[i]); in parse_operands()
1027 operand_values[i].X_op = O_absent; in parse_operands()
1033 expression (&operand_values[i]); in parse_operands()
[all …]
H A Dtc-tilegx.c199 expressionS operand_values[TILEGX_MAX_OPERANDS]; member
485 expressionS *operand_values, in emit_tilegx_instruction() argument
494 expressionS *operand_exp = &operand_values[i]; in emit_tilegx_instruction()
810 int regno = instr->operand_values[k].X_add_number; in check_illegal_reg_writes()
990 instr->operand_values, in tilegx_flush_bundle()
1125 expressionS *operand_values) in parse_operands() argument
1129 memset (operand_values, 0, num_operands * sizeof operand_values[0]); in parse_operands()
1140 parse_reg_expression (&operand_values[i]); in parse_operands()
1144 operand_values[i].X_op = O_absent; in parse_operands()
1150 expression (&operand_values[i]); in parse_operands()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DUser.h266 iterator_range<value_op_iterator> operand_values() { in operand_values() function
287 iterator_range<const_value_op_iterator> operand_values() const { in operand_values() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp468 for (Value *OpV : I->operand_values()) in findProfitablePHIs()
541 for (auto *OpV : SpecI->operand_values()) { in findProfitablePHIs()
633 for (auto *OpV : OrigI->operand_values()) { in speculatePHIs()
H A DSpeculativeExecution.cpp285 for (const Value *V : U->operand_values()) { in considerHoistingFromTo()
H A DLoopDistribute.cpp172 for (Value *V : I->operand_values()) { in populateUsedSet()
H A DLowerMatrixIntrinsics.cpp1913 for (Value *Op : cast<Instruction>(V)->operand_values()) in collectSharedInfo()
1941 for (Value *Op : cast<Instruction>(Root)->operand_values()) { in sumOpInfos()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp76 for (auto Operand : C->operand_values()) { in isNullOrUndef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp73 for (Value *Op : CI->operand_values()) in operandReferences()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h994 SmallVector<const Value *, 2> Operands(U->operand_values()); in getUserCost()
1142 SmallVector<const Value *, 4> Operands(I->operand_values()); in getInstructionLatency()
H A DLazyCallGraph.h1123 for (Value *Op : C->operand_values()) in visitReferences()
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dtilegx.h1261 long long operand_values[TILEGX_MAX_OPERANDS]; member
H A Dtilepro.h1584 int operand_values[TILEPRO_MAX_OPERANDS]; member
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dtilegx.h1261 long long operand_values[TILEGX_MAX_OPERANDS]; member
H A Dtilepro.h1584 int operand_values[TILEPRO_MAX_OPERANDS]; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp112 for (Value *Op : I.operand_values()) in populateSlow()
1591 for (Value *Op : I.operand_values()) { in getEdgeKind()
H A DCGSCCPassManager.cpp947 for (Value *Op : I.operand_values()) in updateCGAndAnalysisManagerForPass()
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeTILEGX-encoder.c666 long long operand_values[TILEGX_MAX_OPERANDS]; member
9577 d->operand_values[i] = opval; in parse_insn_tilegx()
10132 num = decoded[i].operand_values[j]; in print_insn_tilegx()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp83 for (const Value *V : I->operand_values()) { in dependsOnLocalPhi()

12