Searched defs:lane (Results 1 - 3 of 3) sorted by relevance

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp565 const std::string &lane) {
568 s += ", " + lane;
1383 // Generate the intrinsic range checking code for shift/lane immediates.
1436 // The immediate generally refers to a lane in the preceding argument.
1520 // The immediate generally refers to a lane in the preceding argument.
564 SplatLane(unsigned nElts, const std::string &vec, const std::string &lane) argument
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c1350 least significant lane (rightmost in the register). */
8162 /* Lowest 32-bit lane only SSE binary operation, G = G `op` E. */
8198 /* Lower 64-bit lane only SSE binary operation, G = G `op` E. */
8265 /* Lowest 32-bit lane only unary SSE operation, G = op(E). */
8309 /* Lowest 64-bit lane only unary SSE operation, G = op(E). */
8807 values (aa,bb), computes, for each lane:
8846 value aa, computes, for each lane
9466 0/*lowest lane*/ ) );
9480 0/*lowest lane*/ ) );
9860 putXMMRegLane64( gregOfRexRM(pfx,modrm), 1/*upper lane*/,
10161 Int lane; local
12068 Int lane; local
12090 putXMMRegLane16( gregOfRexRM(pfx,modrm), lane & 7, mkexpr(t4) ); local
[all...]
H A Dguest_x86_toIR.c516 least significant lane (rightmost in the register). */
6883 /* Lowest 32-bit lane only SSE binary operation, G = G `op` E. */
6918 /* Lower 64-bit lane only SSE binary operation, G = G `op` E. */
6983 /* Lowest 32-bit lane only unary SSE operation, G = op(E). */
7026 /* Lowest 64-bit lane only unary SSE operation, G = op(E). */
7605 values (aa,bb), computes, for each lane:
7644 value aa, computes, for each lane
8291 assign( argR, getXMMRegLane32F( eregOfRM(modrm), 0/*lowest lane*/ ) );
8302 assign( argL, getXMMRegLane32F( gregOfRM(modrm), 0/*lowest lane*/ ) );
8634 putXMMRegLane64( gregOfRM(modrm), 1/*upper lane*/,
8894 Int lane; local
10722 Int lane; local
10743 putXMMRegLane16( gregOfRM(modrm), lane & 7, mkexpr(t4) ); local
[all...]

Completed in 152 milliseconds