Searched defs:v128 (Results 1 - 3 of 3) sorted by relevance
/external/libcxxabi/src/Unwind/ |
H A D | Registers.hpp | 26 struct v128 { uint32_t vec[4]; }; struct in namespace:libunwind 43 v128 getVectorRegister(int num) const; 44 void setVectorRegister(int num, v128 value); 208 inline v128 Registers_x86::getVectorRegister(int) const { 212 inline void Registers_x86::setVectorRegister(int, v128) { 231 v128 getVectorRegister(int num) const; 232 void setVectorRegister(int num, v128 value); 456 inline v128 Registers_x86_64::getVectorRegister(int) const { 460 inline void Registers_x86_64::setVectorRegister(int, v128) { 479 v128 getVectorRegiste [all...] |
/external/valgrind/main/VEX/priv/ |
H A D | ir_opt.c | 1617 UShort v128 = e->Iex.Unop.arg->Iex.Const.con->Ico.V128; local 1618 if (0 == ((v128 >> 0) & 0xFF)) { 1626 UShort v128 = e->Iex.Unop.arg->Iex.Const.con->Ico.V128; local 1627 if (0 == ((v128 >> 8) & 0xFF)) {
|
H A D | guest_amd64_toIR.c | 11487 static IRTemp math_PINSRW_128 ( IRTemp v128, IRTemp u16, UInt imm8 ) argument 11508 binop(Iop_AndV128, mkexpr(v128), mkV128(mask))) ); 18284 static IRTemp math_PINSRB_128 ( IRTemp v128, IRTemp u8, UInt imm8 ) argument 18305 binop(Iop_AndV128, mkexpr(v128), mkV128(mask))) ); 18310 static IRTemp math_PINSRD_128 ( IRTemp v128, IRTemp u32, UInt imm8 ) argument 18316 OR into a suitably masked-out v128.*/ 18338 binop( Iop_AndV128, mkexpr(v128), mkV128(mask) ) ) ); 18343 static IRTemp math_PINSRQ_128 ( IRTemp v128, IRTemp u64, UInt imm8 ) argument 18346 OR into a suitably masked-out v128.*/ 18361 binop( Iop_AndV128, mkexpr(v128), mkV12 [all...] |
Completed in 636 milliseconds