Searched refs:lsbd (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 221 int lsbd = instr->LsbdValue(); in PrintLsbd() local 222 out_buffer_pos_ += base::SNPrintF(out_buffer_ + out_buffer_pos_, "%u", lsbd); in PrintLsbd() 436 DCHECK(STRING_STARTS_WITH(format, "lsbd")); in FormatOption() 726 Format(instr, "bstrins.d 'rd, 'rj, 'msbd, 'lsbd"); in DecodeTypekOp10() 729 Format(instr, "bstrpick.d 'rd, 'rj, 'msbd, 'lsbd"); in DecodeTypekOp10()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 422 inline uint32_t lsbd() const { return instr_.LsbdValue(); } in lsbd() function in v8::internal::Simulator
|
H A D | simulator-loong64.cc | 2800 uint8_t lsbd_ = lsbd(); in DecodeTypeOp10() 2818 uint8_t lsbd_ = lsbd(); in DecodeTypeOp10()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.cc | 1359 int32_t lsbd) { in bstrins_d() 1360 GenImm(BSTRINS_D, msbd, lsbd, rj, rd); in bstrins_d() 1370 int32_t lsbd) { in bstrpick_d() 1371 GenImm(BSTRPICK_D, msbd, lsbd, rj, rd); in bstrpick_d() 1358 bstrins_d(Register rd, Register rj, int32_t msbd, int32_t lsbd) bstrins_d() argument 1369 bstrpick_d(Register rd, Register rj, int32_t msbd, int32_t lsbd) bstrpick_d() argument
|
H A D | assembler-loong64.h | 480 void bstrins_d(Register rd, Register rj, int32_t msbd, int32_t lsbd); 483 void bstrpick_d(Register rd, Register rj, int32_t msbd, int32_t lsbd);
|
Completed in 19 milliseconds