/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
neon-cov.s | 607 .macro binops op opq vtype="" rhs="0" 614 binops \op \opq .8 1 615 binops \op \opq .16 1 616 binops \op \opq .32 1 623 binops \op \opq .s8 624 binops \op \opq .s16 625 binops \op \opq .s32 633 binops \op \opq .u8 634 binops \op \opq .u16 635 binops \op \opq .u3 [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue9604b.go | 86 var binops = []binop{ var 143 for _, op := range binops {
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue9604b.go | 86 var binops = []binop{ var 143 for _, op := range binops {
|
/external/llvm/unittests/ADT/ |
BitVectorTest.cpp | 280 TYPED_TEST(BitVectorTest, BinOps) {
|
/external/mesa3d/src/glsl/ |
opt_algebraic.cpp | 114 * binops is still a vector if any of them were.
|
/external/v8/src/ic/ |
ic-state.cc | 70 // expensive at runtime. When solved we should be able to add most binops to
|
/external/v8/src/compiler/ |
simplified-lowering.cc | 599 // Helper for binops of the R x L -> O variety. 611 // Helper for binops of the I x I -> O variety. 629 // Helpers for specific types of binops. [all...] |
/external/llvm/lib/Analysis/ |
LazyValueInfo.cpp | 603 // (integral binops and casts at the moment), so bail if this isn't one. 614 // FIXME: We're currently limited to binops with a constant RHS. This should [all...] |
ConstantFolding.cpp | [all...] |
/external/v8/test/unittests/compiler/ia32/ |
instruction-selector-ia32-unittest.cc | 114 // Better left operand for commutative binops
|
/external/llvm/lib/Target/ARM/ |
README.txt | 11 * Implement smarter constant generation for binops with large immediates.
|
/external/v8/test/cctest/compiler/ |
test-js-typed-lowering.cc | 134 // JS binops also require context, effect, and control [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_descr.py | 16 self.binops = { 37 for name, expr in self.binops.items(): 42 self.binops[name] = expr 225 for name, expr in self.binops.items(): [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_descr.py | 16 self.binops = { 37 for name, expr in self.binops.items(): 42 self.binops[name] = expr 225 for name, expr in self.binops.items(): [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_descr.py | 16 self.binops = { 37 for name, expr in self.binops.items(): 42 self.binops[name] = expr 225 for name, expr in self.binops.items(): [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_descr.py | 16 self.binops = { 37 for name, expr in self.binops.items(): 42 self.binops[name] = expr 225 for name, expr in self.binops.items(): [all...] |
/external/llvm/test/Bitcode/ |
compatibility-3.6.ll | 720 define void @instructions.binops(i8 %op1, i8 %op2) { [all...] |
compatibility-3.7.ll | 762 define void @instructions.binops(i8 %op1, i8 %op2) { [all...] |
compatibility.ll | [all...] |
/external/mesa3d/docs/ |
relnotes-7.10.html | [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrSSE.td | [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 739 // BinOps are only valid for int/fp or vector of int/fp types [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
LoopVectorize.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |