/external/valgrind/none/tests/tilegx/ |
gen_insn_test.c | 236 decoded.operand_values[i] = RAND(op_idx) % 51; 237 int r = decoded.operand_values[i]; 253 decoded.operand_values[i] = RAND(op_idx); 255 printf(" %d) %016lx\n", (int)i, (unsigned long)decoded.operand_values[i]); 259 Long op = decoded.operand_values[i]; 266 printf("move r%d, %c2\\n\"\n", (int)decoded.operand_values[1], '%'); 268 printf("move r%d, %c2\\n\"\n", (int)decoded.operand_values[0], '%'); 283 printf(" \"move %c%d, r%d\\n\"\n", '%', n, (int)decoded.operand_values[i]); 344 decoded.operand_values[i] = RAND(op_idx) % 51; 345 int r = decoded.operand_values[i] [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
tilepro-dis.c | 63 && decoded[i].operand_values[0] != expected_first_operand) 67 && decoded[i].operand_values[1] != expected_second_operand) 70 *last_operand_ret = decoded[i].operand_values[opcode->num_operands - 1]; 152 num = decoded[i].operand_values[j]; 180 decoded[i].operand_values[1], 193 decoded[i].operand_values[1],
|
tilegx-dis.c | 105 num = decoded[i].operand_values[j];
|
tilegx-opc.c | [all...] |
tilepro-opc.c | [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-tilegx.c | 200 expressionS operand_values[TILEGX_MAX_OPERANDS]; member in struct:tilegx_instruction 489 expressionS *operand_values, 498 expressionS *operand_exp = &operand_values[i]; 812 int regno = instr->operand_values[k].X_add_number; 992 instr->operand_values, 1128 expressionS *operand_values) 1132 memset (operand_values, 0, num_operands * sizeof operand_values[0]); 1143 parse_reg_expression (&operand_values[i]); 1147 operand_values[i].X_op = O_absent [all...] |
tc-tilepro.c | 149 expressionS operand_values[TILEPRO_MAX_OPERANDS]; member in struct:tilepro_instruction 416 expressionS *operand_values, 425 expressionS *operand_exp = &operand_values[i]; 704 int regno = instr->operand_values[k].X_add_number; 883 instr->operand_values, 1014 expressionS *operand_values) 1018 memset (operand_values, 0, num_operands * sizeof operand_values[0]); 1029 parse_reg_expression (&operand_values[i]); 1033 operand_values[i].X_op = O_absent [all...] |
/external/llvm/include/llvm/IR/ |
User.h | 222 iterator_range<value_op_iterator> operand_values() {
|
/external/llvm/lib/Transforms/Scalar/ |
SpeculativeExecution.cpp | 198 for (Value* V : U->operand_values()) {
|
LoopDistribute.cpp | 113 for (Value *V : I->operand_values()) {
|
RewriteStatepointsForGC.cpp | [all...] |
/external/valgrind/VEX/priv/ |
guest_tilegx_toIR.c | 433 opd[opi] = decoded[n].operand_values[opi]; 439 rd = decoded[n].operand_values[opi]; 441 ra = decoded[n].operand_values[opi]; 444 ra = decoded[n].operand_values[opi]; 446 rb = decoded[n].operand_values[opi]; 451 imm = decoded[n].operand_values[opi]; 597 ULong imm0 = decoded[n].operand_values[3]; 630 ULong imm0 = decoded[n].operand_values[3]; 651 ULong imm0 = decoded[n].operand_values[3]; [all...] |
tilegx_disasm.h | 1276 Long operand_values[TILEGX_MAX_OPERANDS]; member in struct:tilegx_decoded_instruction
|
host_tilegx_defs.c | [all...] |
tilegx_disasm.c | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64PromoteConstant.cpp | 546 for (Value *Op : I.operand_values()) {
|
/external/llvm/lib/Analysis/ |
LazyCallGraph.cpp | 50 for (Value *Op : C->operand_values()) 67 for (Value *Op : I.operand_values())
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
tilegx.h | 1259 long long operand_values[TILEGX_MAX_OPERANDS]; member in struct:tilegx_decoded_instruction
|
tilepro.h | 1586 int operand_values[TILEPRO_MAX_OPERANDS]; member in struct:tilepro_decoded_instruction [all...] |
/external/llvm/tools/bugpoint/ |
CrashDebugger.cpp | 220 for(Value *V : OldUsedVal->operand_values()) {
|
/external/pcre/dist/sljit/ |
sljitNativeTILEGX-encoder.c | 664 long long operand_values[TILEGX_MAX_OPERANDS]; member in struct:tilegx_decoded_instruction [all...] |