HomeSort by relevance Sort by last modified time
    Searched refs:Operands (Results 226 - 250 of 349) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/vixl/test/aarch32/
test-simulator-cond-rd-operand-rn-a32.cc 137 // across test files during template instantiation. Specifically, `Operands` and
145 struct Operands {
161 // The `operands` fields represents the values to pass to the assembler to
163 Operands operands; member in struct:vixl::aarch32::__anon38337::TestLoopData
164 // Description of the operands, used for error reporting.
646 Condition cond = kTests[i].operands.cond;
647 Register rd = kTests[i].operands.rd;
648 Register rn = kTests[i].operands.rn;
    [all...]
test-simulator-cond-rd-operand-rn-ror-amount-a32.cc 129 // across test files during template instantiation. Specifically, `Operands` and
137 struct Operands {
155 // The `operands` fields represents the values to pass to the assembler to
157 Operands operands; member in struct:vixl::aarch32::__anon38338::TestLoopData
158 // Description of the operands, used for error reporting.
    [all...]
test-simulator-cond-rd-operand-rn-ror-amount-t32.cc 129 // across test files during template instantiation. Specifically, `Operands` and
137 struct Operands {
155 // The `operands` fields represents the values to pass to the assembler to
157 Operands operands; member in struct:vixl::aarch32::__anon38339::TestLoopData
158 // Description of the operands, used for error reporting.
    [all...]
test-simulator-cond-rd-operand-rn-t32.cc 137 // across test files during template instantiation. Specifically, `Operands` and
145 struct Operands {
161 // The `operands` fields represents the values to pass to the assembler to
163 Operands operands; member in struct:vixl::aarch32::__anon38346::TestLoopData
164 // Description of the operands, used for error reporting.
646 Condition cond = kTests[i].operands.cond;
647 Register rd = kTests[i].operands.rd;
648 Register rn = kTests[i].operands.rn;
    [all...]
test-simulator-rd-rn-rm-a32.cc 129 // across test files during template instantiation. Specifically, `Operands` and
137 struct Operands {
153 // The `operands` fields represents the values to pass to the assembler to
155 Operands operands; member in struct:vixl::aarch32::__anon38372::TestLoopData
156 // Description of the operands, used for error reporting.
    [all...]
test-simulator-rd-rn-rm-t32.cc 129 // across test files during template instantiation. Specifically, `Operands` and
137 struct Operands {
153 // The `operands` fields represents the values to pass to the assembler to
155 Operands operands; member in struct:vixl::aarch32::__anon38373::TestLoopData
156 // Description of the operands, used for error reporting.
    [all...]
test-assembler-cond-rd-operand-const-a32-can-use-pc.cc 61 // across test files during template instantiation. Specifically, `Operands` has
68 struct Operands {
77 // The `operands` field represents what to pass to the assembler to
79 Operands operands; member in struct:vixl::aarch32::__anon38268::TestData
85 // Description of the operands, used for error reporting.
    [all...]
test-assembler-cond-rd-operand-const-a32-cannot-use-pc.cc 61 // across test files during template instantiation. Specifically, `Operands` has
68 struct Operands {
77 // The `operands` field represents what to pass to the assembler to
79 Operands operands; member in struct:vixl::aarch32::__anon38269::TestData
85 // Description of the operands, used for error reporting.
    [all...]
test-assembler-cond-rd-rn-a32.cc 64 // across test files during template instantiation. Specifically, `Operands` has
71 struct Operands {
80 // The `operands` field represents what to pass to the assembler to
82 Operands operands; member in struct:vixl::aarch32::__anon38291::TestData
88 // Description of the operands, used for error reporting.
    [all...]
test-assembler-cond-rdlow-rnlow-operand-immediate-t32-imm3.cc 59 // across test files during template instantiation. Specifically, `Operands` has
66 struct Operands {
76 // The `operands` field represents what to pass to the assembler to
78 Operands operands; member in struct:vixl::aarch32::__anon38316::TestData
84 // Description of the operands, used for error reporting.
    [all...]
test-assembler-rd-rn-rm-a32.cc 63 // across test files during template instantiation. Specifically, `Operands` has
70 struct Operands {
79 // The `operands` field represents what to pass to the assembler to
81 Operands operands; member in struct:vixl::aarch32::__anon38324::TestData
87 // Description of the operands, used for error reporting.
    [all...]
test-assembler-rd-rn-rm-t32.cc 63 // across test files during template instantiation. Specifically, `Operands` has
70 struct Operands {
79 // The `operands` field represents what to pass to the assembler to
81 Operands operands; member in struct:vixl::aarch32::__anon38325::TestData
87 // Description of the operands, used for error reporting.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 148 ArrayRef<const Value *> Operands) {
149 return BaseT::getGEPCost(PointeeType, Ptr, Operands);
310 /// non-constant operands. The types of the arguments are ordinarily
361 // Check if any of the operands are vector operands.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 148 ArrayRef<const Value *> Operands) {
149 return BaseT::getGEPCost(PointeeType, Ptr, Operands);
310 /// non-constant operands. The types of the arguments are ordinarily
361 // Check if any of the operands are vector operands.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 148 ArrayRef<const Value *> Operands) {
149 return BaseT::getGEPCost(PointeeType, Ptr, Operands);
310 /// non-constant operands. The types of the arguments are ordinarily
361 // Check if any of the operands are vector operands.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 148 ArrayRef<const Value *> Operands) {
149 return BaseT::getGEPCost(PointeeType, Ptr, Operands);
310 /// non-constant operands. The types of the arguments are ordinarily
361 // Check if any of the operands are vector operands.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 148 ArrayRef<const Value *> Operands) {
149 return BaseT::getGEPCost(PointeeType, Ptr, Operands);
310 /// non-constant operands. The types of the arguments are ordinarily
361 // Check if any of the operands are vector operands.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 148 ArrayRef<const Value *> Operands) {
149 return BaseT::getGEPCost(PointeeType, Ptr, Operands);
310 /// non-constant operands. The types of the arguments are ordinarily
361 // Check if any of the operands are vector operands.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 148 ArrayRef<const Value *> Operands) {
149 return BaseT::getGEPCost(PointeeType, Ptr, Operands);
310 /// non-constant operands. The types of the arguments are ordinarily
361 // Check if any of the operands are vector operands.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 148 ArrayRef<const Value *> Operands) {
149 return BaseT::getGEPCost(PointeeType, Ptr, Operands);
310 /// non-constant operands. The types of the arguments are ordinarily
361 // Check if any of the operands are vector operands.
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
operand.go 5 // This file defines operands and associated operations.
44 // Operands have an (addressing) mode, the expression evaluating to
  /prebuilts/go/linux-x86/src/go/types/
operand.go 5 // This file defines operands and associated operations.
44 // Operands have an (addressing) mode, the expression evaluating to
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 595 assert (Consts.size() <= 12 && "Too many operands in instructions group");
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 739 CAMLlocal1(Operands);
743 Operands = alloc(n, 0);
744 LLVMGetMDNodeOperands(V, (LLVMValueRef *) Operands);
745 CAMLreturn(Operands);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
ARMDecoderEmitter.cpp     [all...]

Completed in 1461 milliseconds

1 2 3 4 5 6 7 8 91011>>