Home
last modified time | relevance | path

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

/external/valgrind/none/tests/tilegx/
Dgen_insn_test.c236 decoded.operand_values[i] = RAND(op_idx) % 51; in encode_insn_tilegx_X()
237 int r = decoded.operand_values[i]; in encode_insn_tilegx_X()
253 decoded.operand_values[i] = RAND(op_idx); in encode_insn_tilegx_X()
255 printf(" %d) %016lx\n", (int)i, (unsigned long)decoded.operand_values[i]); in encode_insn_tilegx_X()
259 Long op = decoded.operand_values[i]; in encode_insn_tilegx_X()
266 printf("move r%d, %c2\\n\"\n", (int)decoded.operand_values[1], '%'); in encode_insn_tilegx_X()
268 printf("move r%d, %c2\\n\"\n", (int)decoded.operand_values[0], '%'); in encode_insn_tilegx_X()
283 … printf(" \"move %c%d, r%d\\n\"\n", '%', n, (int)decoded.operand_values[i]); in encode_insn_tilegx_X()
344 decoded.operand_values[i] = RAND(op_idx) % 51; in encode_insn_tilegx_X()
345 int r = decoded.operand_values[i]; in encode_insn_tilegx_X()
[all …]
/external/valgrind/VEX/priv/
Dguest_tilegx_toIR.c433 opd[opi] = decoded[n].operand_values[opi]; in disInstr_TILEGX_WRK()
439 rd = decoded[n].operand_values[opi]; in disInstr_TILEGX_WRK()
441 ra = decoded[n].operand_values[opi]; in disInstr_TILEGX_WRK()
444 ra = decoded[n].operand_values[opi]; in disInstr_TILEGX_WRK()
446 rb = decoded[n].operand_values[opi]; in disInstr_TILEGX_WRK()
451 imm = decoded[n].operand_values[opi]; in disInstr_TILEGX_WRK()
597 ULong imm0 = decoded[n].operand_values[3]; in disInstr_TILEGX_WRK()
630 ULong imm0 = decoded[n].operand_values[3]; in disInstr_TILEGX_WRK()
651 ULong imm0 = decoded[n].operand_values[3]; in disInstr_TILEGX_WRK()
Dtilegx_disasm.h1276 Long operand_values[TILEGX_MAX_OPERANDS]; member
Dtilegx_disasm.c7624 d->operand_values[i] = opval; in parse_insn_tilegx()
7650 decoded.operand_values[i] = va_arg(argv, ULong); in mkTileGxInsn()
7683 Long op = decoded.operand_values[i]; in encode_insn_tilegx()
Dhost_tilegx_defs.c1272 vex_printf("r%d", (Int) decoded[i].operand_values[n]); in display_insn()
1274 vex_printf("%llu", (ULong)decoded[i].operand_values[n]); in display_insn()
/external/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp234 for (Value* V : U->operand_values()) { in considerHoistingFromTo()
DLoopDistribute.cpp127 for (Value *V : I->operand_values()) { in populateUsedSet()
DRewriteStatepointsForGC.cpp1931 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues()
/external/llvm/include/llvm/IR/
DUser.h224 iterator_range<value_op_iterator> operand_values() { in operand_values() function
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp55 for (Value *Op : C->operand_values()) in findReferences()
84 for (Value *Op : I.operand_values()) in Node()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp221 for(Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
/external/pcre/dist2/src/sljit/
DsljitNativeTILEGX-encoder.c664 long long operand_values[TILEGX_MAX_OPERANDS]; member
9575 d->operand_values[i] = opval; in parse_insn_tilegx()
10130 num = decoded[i].operand_values[j]; in print_insn_tilegx()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4778 for (auto OV : I->operand_values()) { in collectLoopUniforms()