Searched refs:si16 (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_util.h | 307 uint64_t si16; 362 PACK_F(si16, r16g16b16a16_snorm);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_emit.c | 163 int16_t si16[4]; member 287 e->si16[c] = f_s * 0x7fff; in setup_border_colors()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.cc | 704 void Assembler::GenBJ(Opcode opcode, Register rj, Register rd, int32_t si16) { in GenBJ() argument 706 DCHECK(is_int16(si16)); in GenBJ() 707 Instr instr = opcode | ((si16 & kImm16Mask) << kRkShift) | in GenBJ() 1048 void Assembler::addu16i_d(Register rd, Register rj, int32_t si16) { in addu16i_d() argument 1049 GenImm(ADDU16I_D, si16, rj, rd, 16); in addu16i_d()
|
H A D | assembler-loong64.h | 378 void addu16i_d(Register rd, Register rj, int32_t si16); 950 void GenBJ(Opcode opcode, Register rj, Register rd, int32_t si16);
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 428 inline int32_t si16() const { return (instr_.Si16Value() << 16) >> 16; } in si16() function in v8::internal::Simulator
|
H A D | simulator-loong64.cc | 2553 printf_instr("ADDU16I_D\t %s: %016lx, %s: %016lx, si16: %d\n", in DecodeTypeOp6() 2555 rj(), si16()); in DecodeTypeOp6() 2556 int32_t si16_upper = static_cast<int32_t>(si16()) << 16; in DecodeTypeOp6()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_emit.c | 61 int16_t si16[4]; member 192 e->si16[c] = f_s * 0x7fff; in setup_border_colors()
|
Completed in 22 milliseconds