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

1 2

  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
GPRArith.cpp 48 #define TestSetCC(C, Src0, Value0, Src1, Value1, Dest, IsTrue) \
52 __ mov(IceType_i32, GPRRegister::Encoded_Reg_##Src0, Immediate(Value0)); \
66 << "(" #C ", " #Src0 ", " #Value0 ", " #Src1 ", " #Value1 ", " #Dest \
69 << "(" #C ", " #Src0 ", " #Value0 ", " #Src1 ", " #Value1 ", " #Dest \
326 #define TestImplRegReg(Dst, Value0, Src, Value1, Size) \
330 "(" #Dst ", " #Value0 ", " #Src ", " #Value1 ", " #Size ")"; \
335 Immediate(Value0)); \
351 ASSERT_EQ(((Value0)&Mask##Size) & ((Value1)&Mask##Size) ? ValueIfTrue \
358 #define TestImplRegImm(Dst, Value0, Imm, Size) \
362 "(" #Dst ", " #Value0 ", " #Imm ", " #Size ")";
    [all...]
Locked.cpp 37 #define TestImplAddrReg(Value0, Dst1, Value1, Size) \
40 "(" #Value0 ", " #Dst1 ", " #Value1 ", " #Size ")"; \
42 const uint32_t V0 = (Value0)&Mask##Size; \
86 #define TestImplRegReg(Reg0, Value0, Reg1, Value1, Size) \
89 "(" #Reg0 "," #Value0 ", " #Reg1 ", " #Value1 ", " #Size ")"; \
90 const uint32_t V0 = (Value0)&Mask##Size; \
94 Immediate(Value0)); \
146 #define TestImplAddrReg(Value0, Dst1, Value1, LockedOrNot, Size) \
149 "(" #Value0 ", " #Dst1 ", " #Value1 ", " #Size ")"; \
151 const uint32_t V0 = (Value0)&Mask##Size;
    [all...]
XmmArith.cpp 17 #define TestArithSSXmmXmm(FloatSize, Src, Value0, Dst, Value1, Inst, Op) \
22 "(" #FloatSize ", " #Src ", " #Value0 ", " #Dst ", " #Value1 \
27 const Type V0 = Value0; \
53 #define TestArithSSXmmAddr(FloatSize, Value0, Dst, Value1, Inst, Op) \
58 "(" #FloatSize ", Addr, " #Value0 ", " #Dst ", " #Value1 ", " #Inst \
63 const Type V0 = Value0; \
123 #define TestPArithXmmXmm(Dst, Value0, Src, Value1, Inst, Op, Type, Size) \
126 "(" #Dst ", " #Value0 ", " #Src ", " #Value1 ", " #Inst ", " #Op \
129 const Dqword V0 Value0; \
149 #define TestPArithXmmAddr(Dst, Value0, Value1, Inst, Op, Type, Size)
    [all...]
ControlFlow.cpp 18 #define TestJ(C, Near, Src0, Value0, Src1, Value1, Dest) \
22 __ mov(IceType_i32, GPRRegister::Encoded_Reg_##Src0, Immediate(Value0)); \
32 EXPECT_EQ(Value0, test.Src0()) << "Br_" #C ", " #Near; \
DataMov.cpp     [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
GPRArith.cpp 33 #define TestSetCC(C, Dest, IsTrue, Src0, Value0, Src1, Value1) \
36 "(" #C ", " #Dest ", " #IsTrue ", " #Src0 ", " #Value0 ", " #Src1 \
40 __ mov(IceType_i32, Encoded_GPR_##Src0(), Immediate(Value0)); \
362 #define TestImplRegReg(Dst, Value0, Src, Value1, Size) \
366 "(" #Dst ", " #Value0 ", " #Src ", " #Value1 ", " #Size ")"; \
370 __ mov(IceType_i##Size, Encoded_GPR_##Dst(), Immediate(Value0)); \
382 ASSERT_EQ(((Value0)&Mask##Size) & ((Value1)&Mask##Size) ? ValueIfTrue \
389 #define TestImplRegImm(Dst, Value0, Imm, Size) \
393 "(" #Dst ", " #Value0 ", " #Imm ", " #Size ")"; \
397 __ mov(IceType_i##Size, Encoded_GPR_##Dst(), Immediate(Value0)); \
    [all...]
XmmArith.cpp 17 #define TestArithSSXmmXmm(FloatSize, Src, Value0, Dst, Value1, Inst, Op) \
22 "(" #FloatSize ", " #Src ", " #Value0 ", " #Dst ", " #Value1 \
27 const Type V0 = Value0; \
50 #define TestArithSSXmmAddr(FloatSize, Value0, Dst, Value1, Inst, Op) \
55 "(" #FloatSize ", Addr, " #Value0 ", " #Dst ", " #Value1 ", " #Inst \
60 const Type V0 = Value0; \
124 #define TestPArithXmmXmm(Dst, Value0, Src, Value1, Inst, Op, Type, Size) \
127 "(" #Dst ", " #Value0 ", " #Src ", " #Value1 ", " #Inst ", " #Op \
130 const Dqword V0 Value0; \
149 #define TestPArithXmmAddr(Dst, Value0, Value1, Inst, Op, Type, Size)
    [all...]
Locked.cpp 37 #define TestImplAddrReg(Value0, Dst1, Value1, Size) \
40 "(" #Value0 ", " #Dst1 ", " #Value1 ", " #Size ")"; \
42 const uint32_t V0 = (Value0)&Mask##Size; \
89 #define TestImplRegReg(Reg0, Value0, Reg1, Value1, Size) \
92 "(" #Reg0 "," #Value0 ", " #Reg1 ", " #Value1 ", " #Size ")"; \
93 const uint32_t V0 = (Value0)&Mask##Size; \
96 __ mov(IceType_i##Size, Encoded_GPR_##Reg0(), Immediate(Value0)); \
146 #define TestImplAddrReg(Value0, Dst1, Value1, LockedOrNot, Size) \
149 "(" #Value0 ", " #Dst1 ", " #Value1 ", " #Size ")"; \
151 const uint32_t V0 = (Value0)&Mask##Size;
    [all...]
ControlFlow.cpp 17 #define TestJ(C, Near, Dest, Src0, Value0, Src1, Value1) \
20 "(" #C ", " #Near ", " #Dest ", " #Src0 ", " #Value0 ", " #Src1 \
24 __ mov(IceType_i32, Encoded_GPR_##Src0(), Immediate(Value0)); \
33 ASSERT_EQ(Value0, test.Src0()) << TestString; \
  /external/llvm/include/llvm/Option/
Arg.h 65 const char *Value0, const Arg *BaseArg = nullptr);
67 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
Arg.h 65 const char *Value0, const Arg *BaseArg = nullptr);
67 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
Arg.h 65 const char *Value0, const Arg *BaseArg = nullptr);
67 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /external/llvm/lib/Option/
Arg.cpp 25 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0,
29 Values.push_back(Value0);
32 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0,
36 Values.push_back(Value0);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Option/
Arg.h 66 const char *Value0, const Arg *BaseArg = nullptr);
68 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Option/
Arg.h 66 const char *Value0, const Arg *BaseArg = nullptr);
68 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Option/
Arg.h 66 const char *Value0, const Arg *BaseArg = nullptr);
68 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
Arg.h 66 const char *Value0, const Arg *BaseArg = nullptr);
68 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
Arg.h 66 const char *Value0, const Arg *BaseArg = nullptr);
68 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
Arg.h 66 const char *Value0, const Arg *BaseArg = nullptr);
68 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
Arg.h 66 const char *Value0, const Arg *BaseArg = nullptr);
68 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
Arg.h 66 const char *Value0, const Arg *BaseArg = nullptr);
68 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Option/
Arg.h 66 const char *Value0, const Arg *BaseArg = nullptr);
68 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Option/
Arg.h 66 const char *Value0, const Arg *BaseArg = nullptr);
68 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Option/
Arg.h 66 const char *Value0, const Arg *BaseArg = nullptr);
68 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Option/
Arg.h 66 const char *Value0, const Arg *BaseArg = nullptr);
68 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);

Completed in 9906 milliseconds

1 2