HomeSort by relevance Sort by last modified time
    Searched refs:operand_values (Results 1 - 25 of 33) sorted by null

1 2

  /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];
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
User.h 245 iterator_range<value_op_iterator> operand_values() {
265 iterator_range<const_value_op_iterator> operand_values() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
User.h 245 iterator_range<value_op_iterator> operand_values() {
265 iterator_range<const_value_op_iterator> operand_values() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
User.h 245 iterator_range<value_op_iterator> operand_values() {
265 iterator_range<const_value_op_iterator> operand_values() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
User.h 245 iterator_range<value_op_iterator> operand_values() {
265 iterator_range<const_value_op_iterator> operand_values() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
User.h 245 iterator_range<value_op_iterator> operand_values() {
265 iterator_range<const_value_op_iterator> operand_values() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
User.h 245 iterator_range<value_op_iterator> operand_values() {
265 iterator_range<const_value_op_iterator> operand_values() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
User.h 245 iterator_range<value_op_iterator> operand_values() {
265 iterator_range<const_value_op_iterator> operand_values() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
User.h 245 iterator_range<value_op_iterator> operand_values() {
265 iterator_range<const_value_op_iterator> operand_values() const {
  /external/llvm/include/llvm/IR/
User.h 224 iterator_range<value_op_iterator> operand_values() {
  /external/llvm/lib/Transforms/Scalar/
SpeculativeExecution.cpp 234 for (Value* V : U->operand_values()) {
LoopDistribute.cpp 127 for (Value *V : I->operand_values()) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
User.h 237 iterator_range<value_op_iterator> operand_values() {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
tilegx.h 1259 long long operand_values[TILEGX_MAX_OPERANDS]; member in struct:tilegx_decoded_instruction

Completed in 2096 milliseconds

1 2