| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_fs_combine_constants.cpp | 110 struct imm { struct 115 * The instruction generating the immediate value, if all uses are contained argument 121 * A list of fs_regs that refer to this immediate. If we promote it, we'll argument 126 /** The immediate value */ argument 147 /** The number of coissuable instructions using this immediate. */ argument 162 struct imm *imm; argument 276 build_imm_reg_for_copy(struct imm *imm) in build_imm_reg_for_copy() 291 get_alignment_for_imm(const struct imm *imm) in get_alignment_for_imm() 300 needs_negate(const fs_reg *reg, const struct imm *imm) in needs_negate() 460 struct imm *imm = find_imm(&table, data, size); in opt_combine_constants() local [all …]
|
| D | brw_reg.h | 638 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_DF); in brw_imm_df() local 646 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_UQ); in brw_imm_u64() local 654 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_F); in brw_imm_f() local 663 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_Q); in brw_imm_q() local 672 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_UQ); in brw_imm_uq() local 681 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_D); in brw_imm_d() local 690 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_UD); in brw_imm_ud() local 699 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_UW); in brw_imm_uw() local 708 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_W); in brw_imm_w() local 721 struct brw_reg imm = brw_imm_reg(BRW_REGISTER_TYPE_V); in brw_imm_v() local [all …]
|
| /third_party/node/deps/v8/src/diagnostics/riscv64/ |
| D | disasm-riscv64.cc | 253 int32_t imm = instr->Imm12Value(); in PrintImm12X() local 258 int32_t imm = instr->Imm12Value(); in PrintImm12() local 266 int32_t imm = Assembler::BrachlongOffset((instr - 4)->InstructionBits(), in PrintTarget() local 278 int32_t imm = instr->BranchOffset(); in PrintBranchOffset() local 286 int32_t imm = instr->StoreOffset(); in PrintStoreOffset() local 311 int32_t imm = instr->Imm20UValue(); in PrintImm20U() local 316 int32_t imm = instr->Imm20JValue(); in PrintImm20J() local 324 int32_t imm = instr->Shamt(); in PrintShamt() local 329 int32_t imm = instr->Shamt32(); in PrintShamt32() local 334 int32_t imm = instr->RvcImm6Value(); in PrintRvcImm6() local [all …]
|
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| D | va_lower_constants.c | 34 va_mov_imm(bi_builder *b, uint32_t imm) in va_mov_imm() 41 va_lut_index_32(uint32_t imm) in va_lut_index_32() 52 va_lut_index_16(uint16_t imm) in va_lut_index_16() 65 va_lut_index_8(uint8_t imm) in va_lut_index_8()
|
| /third_party/node/deps/v8/src/wasm/ |
| D | graph-builder-interface.cc | 383 void S128Const(FullDecoder* decoder, const Simd128Immediate<validate>& imm, in S128Const() 403 const IndexImmediate<validate>& imm) { in LocalGet() 408 const IndexImmediate<validate>& imm) { in LocalSet() 413 const IndexImmediate<validate>& imm) { in LocalTee() 432 const GlobalIndexImmediate<validate>& imm) { in GlobalGet() 437 const GlobalIndexImmediate<validate>& imm) { in GlobalSet() 442 const IndexImmediate<validate>& imm) { in TableGet() 448 const IndexImmediate<validate>& imm) { in TableSet() 554 void BrTable(FullDecoder* decoder, const BranchTableImmediate<validate>& imm, in BrTable() 591 const MemoryAccessImmediate<validate>& imm, const Value& index, in LoadMem() [all …]
|
| D | init-expr-interface.cc | 41 Simd128Immediate<validate>& imm, in S128Const() 103 const GlobalIndexImmediate<validate>& imm) { in GlobalGet() 121 FullDecoder* decoder, const StructIndexImmediate<validate>& imm, in StructNewWithRtt() 162 FullDecoder* decoder, const StructIndexImmediate<validate>& imm, in StructNewDefault() 177 const ArrayIndexImmediate<validate>& imm, in ArrayInit()
|
| D | function-body-decoder.cc | 264 BlockTypeImmediate<Decoder::kNoValidation> imm(WasmFeatures::All(), &i, in PrintRawWasmCode() local 279 BranchDepthImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode() local 284 BranchDepthImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode() local 289 BranchTableImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode() local 294 CallIndirectImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode() local 301 CallFunctionImmediate<Decoder::kNoValidation> imm(&i, i.pc() + 1); in PrintRawWasmCode() local
|
| /third_party/node/deps/v8/src/diagnostics/mips/ |
| D | disasm-mips.cc | 295 int32_t imm = instr->Imm9Value(); in PrintUImm9() local 301 int32_t imm = ((instr->Imm9Value()) << 23) >> 23; in PrintSImm9() local 307 int32_t imm = instr->Imm16Value(); in PrintUImm16() local 313 int32_t imm = ((instr->Imm16Value()) << 16) >> 16; in PrintSImm16() local 319 int32_t imm = instr->Imm16Value(); in PrintXImm16() local 336 int32_t imm = in PrintSImm18() local 343 int32_t imm = instr->Imm18Value(); in PrintXImm18() local 349 int32_t imm = instr->Imm19Value(); in PrintXImm19() local 364 uint32_t imm = instr->Imm21Value(); in PrintXImm21() local 463 int32_t imm = instr->MsaImm8Value(); in PrintMsaXImm8() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
| D | Sparc.h | 149 inline static unsigned HI22(int64_t imm) { in HI22() 153 inline static unsigned LO10(int64_t imm) { in LO10() 157 inline static unsigned HIX22(int64_t imm) { in HIX22() 161 inline static unsigned LOX10(int64_t imm) { in LOX10()
|
| /third_party/node/deps/v8/src/diagnostics/mips64/ |
| D | disasm-mips64.cc | 325 int32_t imm = instr->Imm9Value(); in PrintUImm9() local 331 int32_t imm = ((instr->Imm9Value()) << 23) >> 23; in PrintSImm9() local 337 int32_t imm = instr->Imm16Value(); in PrintUImm16() local 343 int32_t imm = in PrintSImm16() local 350 int32_t imm = instr->Imm16Value(); in PrintXImm16() local 367 int32_t imm = in PrintSImm18() local 374 int32_t imm = instr->Imm18Value(); in PrintXImm18() local 380 int32_t imm = instr->Imm19Value(); in PrintXImm19() local 395 uint32_t imm = instr->Imm21Value(); in PrintXImm21() local 504 int32_t imm = instr->MsaImm8Value(); in PrintMsaXImm8() local [all …]
|
| /third_party/vixl/src/aarch32/ |
| D | disasm-aarch32.cc | 1324 void Disassembler::bkpt(Condition cond, uint32_t imm) { in bkpt() 1530 void Disassembler::hlt(Condition cond, uint32_t imm) { in hlt() 1536 void Disassembler::hvc(Condition cond, uint32_t imm) { in hvc() 2900 uint32_t imm, in ssat() 2909 uint32_t imm, in ssat16() 3216 void Disassembler::svc(Condition cond, uint32_t imm) { in svc() 3368 void Disassembler::udf(Condition cond, EncodingSize size, uint32_t imm) { in udf() 3597 uint32_t imm, in usat() 3606 uint32_t imm, in usat16() 7050 uint32_t imm = (instr >> 22) & 0x7; in DecodeT32() local [all …]
|
| D | instructions-aarch32.cc | 605 ImmediateT32::ImmediateT32(uint32_t imm) { in ImmediateT32() 645 bool ImmediateT32::IsImmediateT32(uint32_t imm) { in IsImmediateT32() 679 ImmediateA32::ImmediateA32(uint32_t imm) { in ImmediateA32() 695 bool ImmediateA32::IsImmediateA32(uint32_t imm) { in IsImmediateA32()
|
| D | macro-assembler-aarch32.cc | 225 uint32_t imm) { in HandleOutOfBoundsImmediate() 751 uint32_t imm = operand.GetImmediate(); in Delegate() local 905 int32_t imm = operand.GetSignedImmediate(); in Delegate() local 955 int32_t imm = operand.GetSignedImmediate(); in Delegate() local 994 uint32_t imm, in GenerateSplitInstruction() 1067 int32_t imm = operand.GetSignedImmediate(); in Delegate() local 1272 static inline bool IsI64BitPattern(T imm) { in IsI64BitPattern() 1281 static inline bool IsI8BitPattern(T imm) { in IsI8BitPattern() 1324 static inline RES replicate(T imm) { in replicate() 1379 uint32_t imm = neon_imm.GetImmediate<uint32_t>(); in Delegate() local [all …]
|
| /third_party/pcre2/pcre2/src/sljit/ |
| D | sljitNativePPC_32.c | 29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate() 48 sljit_u32 imm; in emit_single_op() local
|
| D | sljitNativeARM_T2_32.c | 66 #define IMM3(imm) ((sljit_ins)imm << 6) argument 67 #define IMM8(imm) ((sljit_ins)imm) argument 85 #define IMM5(imm) \ argument 87 #define IMM12(imm) \ argument 237 …JIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in emit_imm32_const() 515 static sljit_uw get_imm(sljit_uw imm) in get_imm() 564 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in load_immediate() 602 sljit_uw imm, imm2; in emit_op_imm() local 940 #define ALIGN_CHECK(argw, imm, shift) (!((argw) & ~((imm) << (shift)))) argument 1015 sljit_uw imm; in emit_set_delta() local [all …]
|
| D | sljitNativePPC_64.c | 42 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate() 150 sljit_u32 imm; in emit_single_op() local
|
| /third_party/vixl/src/aarch64/ |
| D | macro-assembler-sve-aarch64.cc | 35 IntegerOperand imm) { in AddSubHelper() 72 IntegerOperand imm) { in TrySingleAddSub() 96 IntegerOperand imm, in IntWideImmHelper() 131 IntegerOperand imm) { in Mul() 140 IntegerOperand imm) { in Smin() 150 IntegerOperand imm) { in Smax() 160 IntegerOperand imm) { in Umax() 170 IntegerOperand imm) { in Umin() 365 IntegerOperand imm) { in Cpy() 429 double imm) { in Fcpy() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerX8632.cpp | 279 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const Immediate &imm) { in mov() 331 void AssemblerX8632::mov(Type Ty, const AsmAddress &dst, const Immediate &imm) { in mov() 980 void AssemblerX8632::psll(Type Ty, XmmRegister dst, const Immediate &imm) { in psll() 1021 void AssemblerX8632::psra(Type Ty, XmmRegister dst, const Immediate &imm) { in psra() 1066 void AssemblerX8632::psrl(Type Ty, XmmRegister dst, const Immediate &imm) { in psrl() 1396 const Immediate &imm) { in set1ps() 1425 const Immediate &imm) { in pshufd() 1436 const AsmAddress &src, const Immediate &imm) { in pshufd() 1570 const Immediate &imm) { in shufps() 1580 const AsmAddress &src, const Immediate &imm) { in shufps() [all …]
|
| D | IceAssemblerX8664.cpp | 261 void AssemblerX8664::mov(Type Ty, GPRRegister dst, const Immediate &imm) { in mov() 317 void AssemblerX8664::mov(Type Ty, const AsmAddress &dst, const Immediate &imm) { in mov() 1046 void AssemblerX8664::psll(Type Ty, XmmRegister dst, const Immediate &imm) { in psll() 1090 void AssemblerX8664::psra(Type Ty, XmmRegister dst, const Immediate &imm) { in psra() 1138 void AssemblerX8664::psrl(Type Ty, XmmRegister dst, const Immediate &imm) { in psrl() 1506 const Immediate &imm) { in set1ps() 1537 const Immediate &imm) { in pshufd() 1549 const AsmAddress &src, const Immediate &imm) { in pshufd() 1692 const Immediate &imm) { in shufps() 1703 const AsmAddress &src, const Immediate &imm) { in shufps() [all …]
|
| /third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
| D | rtasm_x86sse.c | 455 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 464 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm() 477 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm() 494 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) in x86_mov8_imm() 515 unsigned op, struct x86_reg dst, int imm ) in x86_group1_imm() 531 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_add_imm() 537 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_or_imm() 543 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_and_imm() 549 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_sub_imm() 555 void x86_xor_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_xor_imm() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
| D | VE.h | 100 inline static int64_t HI32(int64_t imm) { in HI32() 104 inline static int64_t LO32(int64_t imm) { in LO32()
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_emit_gk110.cpp | 206 const ImmediateValue *imm = ref.get()->asImm(); in isLIMM() local 361 ImmediateValue imm(i->getSrc(s)->asImm(), i->sType); in setImmediate32() local 426 const bool imm = i->srcExists(1) && i->src(1).getFile() == FILE_IMMEDIATE; in emitForm_21() local 784 const ImmediateValue *imm = i->src(1).get()->asImm(); in emitSHLADD() local 1466 ImmediateValue *imm = i->getSrc(0)->asImm(); in emitBAR() local 1476 ImmediateValue *imm = i->getSrc(0)->asImm(); in emitBAR() local 1584 const ImmediateValue *imm; in emitSHFL() local 1635 const ImmediateValue *imm; in emitVOTE() local 1854 ImmediateValue *imm = NULL; in emitSUCalc() local 1938 ImmediateValue *imm = i->getSrc(1)->asImm(); in emitVSHL() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_insert_waitcnt.cpp | 115 wait_imm imm; member 302 parse_wait_instr(wait_ctx& ctx, wait_imm& imm, Instruction* instr) in parse_wait_instr() 316 perform_barrier(wait_ctx& ctx, wait_imm& imm, memory_sync_info sync, unsigned semantics) in perform_barrier() 344 force_waitcnt(wait_ctx& ctx, wait_imm& imm) in force_waitcnt() 360 kill(wait_imm& imm, Instruction* instr, wait_ctx& ctx, memory_sync_info sync_info) in kill() 586 wait_imm imm; in insert_wait_entry() local 716 emit_waitcnt(wait_ctx& ctx, std::vector<aco_ptr<Instruction>>& instructions, wait_imm& imm) in emit_waitcnt()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
| D | ARMDisassembler.cpp | 1455 unsigned imm = fieldFromInstruction(Val, 7, 5); in DecodeSORegImmOperand() local 1651 unsigned imm = fieldFromInstruction(Insn, 0, 8); in DecodeCopMemInstruction() local 1830 unsigned imm = fieldFromInstruction(Insn, 0, 12); in DecodeAddrMode2IdxInstruction() local 1913 unsigned imm = ARM_AM::getAM2Opc(Op, amt, Opc, idx_mode); in DecodeAddrMode2IdxInstruction() local 1935 unsigned imm = fieldFromInstruction(Val, 7, 5); in DecodeSORegMemOperand() local 1980 unsigned imm = fieldFromInstruction(Insn, 8, 4); in DecodeAddrMode3Instruction() local 2408 int imm = fieldFromInstruction(Insn, 0, 8); in DecodeT2CPSInstruction() local 2423 unsigned imm = 0; in DecodeT2MOVTWInstruction() local 2448 unsigned imm = 0; in DecodeArmMOVTWInstruction() local 2551 unsigned imm = fieldFromInstruction(Val, 0, 12); in DecodeAddrModeImm12Operand() local [all …]
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_opt_small_immediates.c | 84 uint32_t imm = c->uniform_data[src.index]; in qir_opt_small_immediates() local
|