Searched refs:operand_values (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/none/tests/tilegx/ |
D | gen_insn_test.c | 236 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/ |
D | guest_tilegx_toIR.c | 433 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()
|
D | tilegx_disasm.h | 1276 Long operand_values[TILEGX_MAX_OPERANDS]; member
|
D | tilegx_disasm.c | 7624 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()
|
D | host_tilegx_defs.c | 1272 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/ |
D | SpeculativeExecution.cpp | 234 for (Value* V : U->operand_values()) { in considerHoistingFromTo()
|
D | LoopDistribute.cpp | 127 for (Value *V : I->operand_values()) { in populateUsedSet()
|
D | RewriteStatepointsForGC.cpp | 1931 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues()
|
/external/llvm/include/llvm/IR/ |
D | User.h | 224 iterator_range<value_op_iterator> operand_values() { in operand_values() function
|
/external/llvm/lib/Analysis/ |
D | LazyCallGraph.cpp | 55 for (Value *Op : C->operand_values()) in findReferences() 84 for (Value *Op : I.operand_values()) in Node()
|
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 221 for(Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeTILEGX-encoder.c | 664 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/ |
D | LoopVectorize.cpp | 4778 for (auto OV : I->operand_values()) { in collectLoopUniforms()
|