Searched defs:beqz (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/loong64/ |
D | assembler-loong64.h | 348 inline void beqz(Register rj, Label* L) { in beqz() function
|
D | assembler-loong64.cc | 1006 void Assembler::beqz(Register rj, int32_t offset) { GenB(BEQZ, rj, offset); } in beqz() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | assembler-riscv64.h | 1079 void beqz(Register rs, int16_t imm13) { beq(rs, zero_reg, imm13); } in beqz() function 1080 inline void beqz(Register rs1, Label* L) { beqz(rs1, branch_offset(L)); } in beqz() function
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | code-generator-riscv64.cc | 2705 __ beqz(dst, &all_true); in AssembleArchInstruction() local 2719 __ beqz(dst, &all_true); in AssembleArchInstruction() local 2733 __ beqz(dst, &all_true); in AssembleArchInstruction() local 2747 __ beqz(dst, &all_true); in AssembleArchInstruction() local
|