HomeSort by relevance Sort by last modified time
    Searched refs:FLOAT_VECTOR_OP (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 715 #define FLOAT_VECTOR_OP(OP) { \
743 case Instruction::FAdd: FLOAT_VECTOR_OP(+) break;
744 case Instruction::FSub: FLOAT_VECTOR_OP(-) break;
745 case Instruction::FMul: FLOAT_VECTOR_OP(*) break;
746 case Instruction::FDiv: FLOAT_VECTOR_OP(/) break;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 715 #define FLOAT_VECTOR_OP(OP) { \
743 case Instruction::FAdd: FLOAT_VECTOR_OP(+) break;
744 case Instruction::FSub: FLOAT_VECTOR_OP(-) break;
745 case Instruction::FMul: FLOAT_VECTOR_OP(*) break;
746 case Instruction::FDiv: FLOAT_VECTOR_OP(/) break;
    [all...]

Completed in 152 milliseconds