Searched refs:or_v (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/PerlMagick/t/ |
D | input_rgb_lsb_08bit.mat | 11 "0ZPZs����������l�����ϵPGD2�����sor_v���������9
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | variables_test.py | 368 or_v = operator.or_(var_b, [False, True]) 404 self.assertAllClose([True, True], self.evaluate(or_v))
|
/external/v8/src/mips/ |
D | assembler-mips.h | 1203 void or_v(MSARegister wd, MSARegister ws, MSARegister wt);
|
D | assembler-mips.cc | 3353 V(or_v, OR_V) \
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 2265 __ or_v(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 1275 void or_v(MSARegister wd, MSARegister ws, MSARegister wt);
|
D | assembler-mips64.cc | 3670 V(or_v, OR_V) \
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 2475 __ or_v(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|