Searched refs:notx (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/Transforms/InstCombine/ |
D | or-xor.ll | 144 %notx = xor i32 %x, -1 146 %or2 = or i32 %notx, %y 157 %notx = xor i32 %x, -1 159 %and2 = and i32 %notx, %y
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | test1.test | 165 "input":"<h a='¬x'>", 166 "output":["ParseError", ["StartTag", "h", {"a":"¬x"}]]},
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 849 void notx(Register dst, Register src, RCBit r = LeaveRC);
|
D | assembler-ppc.cc | 975 void Assembler::notx(Register dst, Register src, RCBit r) { in notx() function in v8::internal::Assembler
|
D | macro-assembler-ppc.cc | 1675 notx(scratch, t0); in GetNumberHash()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1134 __ notx(i.OutputRegister(), i.InputRegister(0), i.OutputRCBit()); in AssembleArchInstruction() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1563 __ notx(result, left); in DoBitI() local
|