Home
last modified time | relevance | path

Searched defs:immediate (Results 26 - 50 of 92) sorted by relevance

1234

/third_party/mesa3d/src/asahi/compiler/
H A Dagx_opcodes.py66 def immediate(name, ctype = "uint32_t"): function
[all...]
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_operand.h120 } immediate; member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-init-expr.h150 Immediate immediate() const { return immediate_; } in immediate() function in v8::internal::wasm::WasmInitExpr
[all...]
H A Dwasm-module-builder.cc108 void WasmFunctionBuilder::EmitWithU8(WasmOpcode opcode, const byte immediate) { in EmitWithU8() argument
120 void WasmFunctionBuilder::EmitWithI32V(WasmOpcode opcode, int32_t immediate) { in EmitWithI32V() argument
125 void WasmFunctionBuilder::EmitWithU32V(WasmOpcode opcode, uint32_t immediate) { in EmitWithU32V() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64-inl.h55 int64_t Operand::immediate() const { in immediate() function in v8::internal::Operand
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips-inl.h55 int32_t Operand::immediate() const { in immediate() function in v8::internal::Operand
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64-inl.h23 int64_t Operand::immediate() const { in immediate() function in v8::internal::Operand
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64-inl.h53 int64_t Operand::immediate() const { in immediate() function in v8::internal::Operand
/third_party/vixl/src/aarch64/
H A Doperands-aarch64.cc139 Operand::Operand(int64_t immediate) in Operand() argument
146 Operand::Operand(IntegerOperand immediate) in Operand() argument
/third_party/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-operand-const-a32.cc140 uint32_t immediate; member
497 uint32_t immediate = kTests[i].operands.immediate; in TestHelper() local
H A Dtest-simulator-cond-rd-operand-const-t32.cc140 uint32_t immediate; member
612 uint32_t immediate = kTests[i].operands.immediate; in TestHelper() local
H A Dtest-simulator-cond-rd-operand-imm16-t32.cc134 uint32_t immediate; member
450 uint32_t immediate = kTests[i].operands.immediate; in TestHelper() local
H A Dtest-simulator-cond-rd-rn-operand-const-a32.cc153 uint32_t immediate; member
1131 uint32_t immediate = kTests[i].operands.immediate; in TestHelper() local
H A Dtest-simulator-cond-rd-rn-operand-const-t32.cc153 uint32_t immediate; member
1155 uint32_t immediate = kTests[i].operands.immediate; in TestHelper() local
H A Dtest-simulator-cond-rd-rn-operand-imm12-t32.cc135 int32_t immediate; member
938 int32_t immediate = kTests[i].operands.immediate; in TestHelper() local
H A Dtest-simulator-cond-rdlow-operand-imm8-t32.cc135 int32_t immediate; member
1602 int32_t immediate = kTests[i].operands.immediate; in TestHelper() local
H A Dtest-simulator-cond-rdlow-rnlow-operand-immediate-t32.cc139 int32_t immediate; member
984 int32_t immediate = kTests[i].operands.immediate; in TestHelper() local
[all...]
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds_disasm.c566 uint32_t immediate = (instruction >> PVR_ROGUE_PDSINST_CMP_SRC1_SHIFT) & in pvr_pds_disassemble_instruction_cmp() local
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm-inl.h296 uint32_t immediate = static_cast<uint32_t>(target); in set_target_address_at() local
312 uint32_t immediate = static_cast<uint32_t>(target); set_target_address_at() local
[all...]
/third_party/libdrm/nouveau/
H A Dpushbuf.c539 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan, int nr, uint32_t size, bool immediate, struct nouveau_pushbuf **ppush) nouveau_pushbuf_new() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector-impl.h203 InstructionOperand UseImmediate(int immediate) { in UseImmediate() argument
207 InstructionOperand UseImmediate64(int64_t immediate) { in UseImmediate64() argument
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.h248 explicit S128ImmediateParameter(const uint8_t immediate[16]) { in S128ImmediateParameter() argument
252 const std::array<uint8_t, 16>& immediate() const { return immediate_; } in immediate() function in v8::internal::compiler::S128ImmediateParameter
/third_party/vixl/src/aarch32/
H A Doperands-aarch32.h56 Operand(uint32_t immediate) // NOLINT(runtime/explicit) in Operand() argument
58 Operand(int32_t immediate) // NOLINT(runtime/explicit) in Operand() argument
120 static Operand From(T immediate) { in From() argument
235 NeonImmediate(uint32_t immediate) NeonImmediate() argument
237 NeonImmediate(int immediate) NeonImmediate() argument
244 NeonImmediate(int64_t immediate) NeonImmediate() argument
246 NeonImmediate(uint64_t immediate) NeonImmediate() argument
254 NeonImmediate(float immediate) NeonImmediate() argument
256 NeonImmediate(double immediate) NeonImmediate() argument
358 NeonOperand(int32_t immediate) NeonOperand() argument
360 NeonOperand(uint32_t immediate) NeonOperand() argument
362 NeonOperand(int64_t immediate) NeonOperand() argument
364 NeonOperand(uint64_t immediate) NeonOperand() argument
366 NeonOperand(float immediate) NeonOperand() argument
368 NeonOperand(double immediate) NeonOperand() argument
405 SOperand(int32_t immediate) SOperand() argument
407 SOperand(uint32_t immediate) SOperand() argument
411 SOperand(float immediate) SOperand() argument
414 SOperand(double immediate) SOperand() argument
440 DOperand(int32_t immediate) DOperand() argument
442 DOperand(uint32_t immediate) DOperand() argument
444 DOperand(int64_t immediate) DOperand() argument
446 DOperand(uint64_t immediate) DOperand() argument
454 DOperand(float immediate) DOperand() argument
456 DOperand(double immediate) DOperand() argument
482 QOperand(int32_t immediate) QOperand() argument
484 QOperand(uint32_t immediate) QOperand() argument
486 QOperand(int64_t immediate) QOperand() argument
488 QOperand(uint64_t immediate) QOperand() argument
490 QOperand(float immediate) QOperand() argument
492 QOperand(double immediate) QOperand() argument
[all...]
/third_party/glslang/SPIRV/
H A DspvIR.h105 void addImmediateOperand(unsigned int immediate) { in addImmediateOperand() argument
109 void setImmediateOperand(unsigned idx, unsigned int immediate) { in setImmediateOperand() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_parser.y1368 immediate: integer { new_src(0, IR3_REG_IMMED)->iim_val = $1; } global() label
[all...]

Completed in 27 milliseconds

1234