/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_opcodes.py | 66 def immediate(name, ctype = "uint32_t"): function [all...] |
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_operand.h | 120 } immediate; member
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-init-expr.h | 150 Immediate immediate() const { return immediate_; } in immediate() function in v8::internal::wasm::WasmInitExpr [all...] |
H A D | wasm-module-builder.cc | 108 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 D | assembler-mips64-inl.h | 55 int64_t Operand::immediate() const { in immediate() function in v8::internal::Operand
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips-inl.h | 55 int32_t Operand::immediate() const { in immediate() function in v8::internal::Operand
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64-inl.h | 23 int64_t Operand::immediate() const { in immediate() function in v8::internal::Operand
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64-inl.h | 53 int64_t Operand::immediate() const { in immediate() function in v8::internal::Operand
|
/third_party/vixl/src/aarch64/ |
H A D | operands-aarch64.cc | 139 Operand::Operand(int64_t immediate) in Operand() argument 146 Operand::Operand(IntegerOperand immediate) in Operand() argument
|
/third_party/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-operand-const-a32.cc | 140 uint32_t immediate; member 497 uint32_t immediate = kTests[i].operands.immediate; in TestHelper() local
|
H A D | test-simulator-cond-rd-operand-const-t32.cc | 140 uint32_t immediate; member 612 uint32_t immediate = kTests[i].operands.immediate; in TestHelper() local
|
H A D | test-simulator-cond-rd-operand-imm16-t32.cc | 134 uint32_t immediate; member 450 uint32_t immediate = kTests[i].operands.immediate; in TestHelper() local
|
H A D | test-simulator-cond-rd-rn-operand-const-a32.cc | 153 uint32_t immediate; member 1131 uint32_t immediate = kTests[i].operands.immediate; in TestHelper() local
|
H A D | test-simulator-cond-rd-rn-operand-const-t32.cc | 153 uint32_t immediate; member 1155 uint32_t immediate = kTests[i].operands.immediate; in TestHelper() local
|
H A D | test-simulator-cond-rd-rn-operand-imm12-t32.cc | 135 int32_t immediate; member 938 int32_t immediate = kTests[i].operands.immediate; in TestHelper() local
|
H A D | test-simulator-cond-rdlow-operand-imm8-t32.cc | 135 int32_t immediate; member 1602 int32_t immediate = kTests[i].operands.immediate; in TestHelper() local
|
H A D | test-simulator-cond-rdlow-rnlow-operand-immediate-t32.cc | 139 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 D | pvr_pds_disasm.c | 566 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 D | assembler-arm-inl.h | 296 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 D | pushbuf.c | 539 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 D | instruction-selector-impl.h | 203 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 D | machine-operator.h | 248 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 D | operands-aarch32.h | 56 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 D | spvIR.h | 105 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 D | ir3_parser.y | 1368 immediate: integer { new_src(0, IR3_REG_IMMED)->iim_val = $1; } global() label [all...] |