Searched +defs:cvt +defs:d +defs:w (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_reg.h | 74 #define BRW_SWIZZLE4(a,b,c,d) (((a)<<0) | ((b)<<2) | ((c)<<4) | ((d)<<6)) argument 273 int d; member 612 brw_imm_d(int d) in brw_imm_d() 639 brw_imm_w(int16_t w) in brw_imm_w() 864 static inline unsigned cvt(unsigned val) in cvt() function 1107 enum brw_width w, enum brw_horizontal_stride h) in region_matches()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1958 Converter::acquireDst(int d, int c) in acquireDst() 1985 Converter::storeDst(int d, int c, Value *val) in storeDst() 2049 #define FOR_EACH_DST_ENABLED_CHANNEL(d, chan, inst) \ argument 2110 unsigned int c, d; in handleTXQ() local 2174 unsigned int s, c, d; in handleTEX() local 2259 unsigned int c, d, s; in handleTXF() local 2293 unsigned int c, d; in handleFBFETCH() local 2836 Value *offset = NULL, *ptr = NULL, *w = NULL; in handleINTERP() local 3636 for (int c = 0, d = 0; c < 4; ++c) { in handleInstruction() local 3722 Instruction *cvt = mkCvt(OP_CVT, dstTy, dst0[c], srcTy, dreg); in handleInstruction() local
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 195 UInt w = 0; in getUIntLittleEndianly() local 207 UShort w = 0; in getUShortLittleEndianly() local 353 static void loadGuardedLE ( IRTemp dst, IRLoadGOp cvt, in loadGuardedLE() 4893 IROp cvt, cvt2, cmp, op, op2, sh, add; in dis_neon_data_3diff() local 5974 IROp op, cvt, add = Iop_INVALID, cvt2, op_rev; in dis_neon_data_2reg_and_shift() local 7497 IROp op, cvt; in dis_neon_data_2reg_misc() local 13222 static IRLoadGOp cvt[3] in decode_V8_instruction() local 13909 IROp cvt = isU ? Iop_F64toI32U : Iop_F64toI32S; in decode_V8_instruction() local 15806 UInt d = dp_op ? ((bD << 4) | Vd) : ((Vd << 1) | bD); in decode_CP10_CP11_instruction() local
|
D | guest_arm64_toIR.c | 138 UInt w = 0; in getUIntLittleEndianly() local 244 static IRExpr* mkV128 ( UShort w ) in mkV128() 999 UInt w = 0; in mathROR() local 1022 UInt w = 0; in mathREPLICATE() local 2374 Int d = // diff<len-1:0> in dbm_DecodeBitMasks() local 7018 IRDirty* d = unsafeIRDirty_1_N ( in dis_ARM64_branch_etc() local 7039 IRDirty* d = unsafeIRDirty_1_N ( in dis_ARM64_branch_etc() local 10411 IROp cvt = Iop_INVALID; in dis_AdvSIMD_scalar_two_reg_misc() local 12726 IROp cvt = Iop_INVALID; in dis_AdvSIMD_two_reg_misc() local
|