Searched refs:ValueIfTrue (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | GPRArith.cpp | 331 static constexpr uint32_t ValueIfTrue = 0xBEEFFEEB; \ in TEST_F() 345 Immediate(ValueIfTrue)); \ in TEST_F() 351 ASSERT_EQ(((Value0)&Mask##Size) & ((Value1)&Mask##Size) ? ValueIfTrue \ in TEST_F() 363 static constexpr uint32_t ValueIfTrue = 0xBEEFFEEB; \ in TEST_F() 375 Immediate(ValueIfTrue)); \ in TEST_F() 381 ASSERT_EQ(((Value0)&Mask##Size) & ((Imm)&Mask##Size) ? ValueIfTrue \ in TEST_F() 393 static constexpr uint32_t ValueIfTrue = 0xBEEFFEEB; \ in TEST_F() 404 __ mov(IceType_i32, dwordAddress(T0), Immediate(ValueIfTrue)); \ in TEST_F() 411 ASSERT_EQ(((Value0)&Mask##Size) & ((Value1)&Mask##Size) ? ValueIfTrue \ in TEST_F() 423 static constexpr uint32_t ValueIfTrue = 0xBEEFFEEB; \ in TEST_F() [all …]
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | GPRArith.cpp | 367 static constexpr uint32_t ValueIfTrue = 0xBEEFFEEB; \ in TEST_F() 376 __ mov(IceType_i32, Encoded_GPR_##Dst(), Immediate(ValueIfTrue)); \ in TEST_F() 382 ASSERT_EQ(((Value0)&Mask##Size) & ((Value1)&Mask##Size) ? ValueIfTrue \ in TEST_F() 394 static constexpr uint32_t ValueIfTrue = 0xBEEFFEEB; \ in TEST_F() 403 __ mov(IceType_i32, Encoded_GPR_##Dst(), Immediate(ValueIfTrue)); \ in TEST_F() 409 ASSERT_EQ(((Value0)&Mask##Size) & ((Imm)&Mask##Size) ? ValueIfTrue \ in TEST_F() 421 static constexpr uint32_t ValueIfTrue = 0xBEEFFEEB; \ in TEST_F() 430 __ mov(IceType_i32, dwordAddress(T0), Immediate(ValueIfTrue)); \ in TEST_F() 437 ASSERT_EQ(((Value0)&Mask##Size) & ((Value1)&Mask##Size) ? ValueIfTrue \ in TEST_F() 449 static constexpr uint32_t ValueIfTrue = 0xBEEFFEEB; \ in TEST_F() [all …]
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 796 PHINode *createPHI(IRBuilder<> &IRB, Value *Cond, Value *ValueIfTrue, 1981 Value *ValueIfTrue, in createPHI() argument 1988 PHI->addIncoming(ValueIfTrue, ThenBlock); in createPHI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1056 PHINode *createPHI(IRBuilder<> &IRB, Value *Cond, Value *ValueIfTrue, 2769 Value *ValueIfTrue, in createPHI() argument 2776 PHI->addIncoming(ValueIfTrue, ThenBlock); in createPHI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 756 SDValue ValueIfTrue = N->getOperand(0), ValueIfFalse = N->getOperand(2); in performCMovFPCombine() local 774 ValueIfFalse, FCC, ValueIfTrue, Glue); in performCMovFPCombine()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 661 SDValue ValueIfTrue = N->getOperand(0), ValueIfFalse = N->getOperand(2); in performCMovFPCombine() local 679 ValueIfFalse, FCC, ValueIfTrue, Glue); in performCMovFPCombine()
|