Home
last modified time | relevance | path

Searched defs:andi (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc2264 __ andi(i.InputRegister(1), i.InputRegister(1), 8 - 1); in AssembleArchInstruction() local
2276 __ andi(i.InputRegister(1), i.InputRegister(1), 16 - 1); in AssembleArchInstruction() local
2316 __ andi(i.InputRegister(1), i.InputRegister(1), 32 - 1); in AssembleArchInstruction() local
2328 __ andi(i.InputRegister(1), i.InputRegister(1), 64 - 1); in AssembleArchInstruction() local
2346 __ andi(i.InputRegister(1), i.InputRegister(1), 8 - 1); in AssembleArchInstruction() local
2358 __ andi(i.InputRegister(1), i.InputRegister(1), 16 - 1); in AssembleArchInstruction() local
2370 __ andi(i.InputRegister(1), i.InputRegister(1), 32 - 1); in AssembleArchInstruction() local
2382 __ andi(i.InputRegister(1), i.InputRegister(1), 64 - 1); in AssembleArchInstruction() local
2556 __ andi(i.InputRegister(1), i.InputRegister(1), 8 - 1); in AssembleArchInstruction() local
2568 __ andi(i.InputRegister(1), i.InputRegister(1), 16 - 1); in AssembleArchInstruction() local
[all …]
/third_party/node/deps/v8/src/builtins/mips/
Dbuiltins-mips.cc1253 __ andi(t1, optimization_state, in Generate_InterpreterEntryTrampoline() local
3359 __ andi(t8, t8, loadstore_chunk - 1); // t8 is a0/a1 word-displacement. in Generate_MemCopyUint8Uint8() local
3363 __ andi(a3, a3, loadstore_chunk - 1); // Copy a3 bytes to align a0/a1. in Generate_MemCopyUint8Uint8() local
3383 __ andi(t8, a2, 0x3F); in Generate_MemCopyUint8Uint8() local
3466 __ andi(t8, a2, 0x1F); in Generate_MemCopyUint8Uint8() local
3494 __ andi(a2, t8, loadstore_chunk - 1); in Generate_MemCopyUint8Uint8() local
3525 __ andi(a3, a3, loadstore_chunk - 1); // Copy a3 bytes to align a0/a1. in Generate_MemCopyUint8Uint8() local
3550 __ andi(t8, a2, 0x3F); in Generate_MemCopyUint8Uint8() local
3722 __ andi(t8, a2, 0x1F); in Generate_MemCopyUint8Uint8() local
3791 __ andi(a2, t8, loadstore_chunk - 1); in Generate_MemCopyUint8Uint8() local
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1191 __ andi(i.OutputRegister(), i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction() local
1647 __ andi(r0, i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction() local
1659 __ andi(r0, i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc554 __ andi(r4, current_character(), Operand(kTableSize - 1)); in CheckBitInTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp419 void AssemblerMIPS32::andi(const Operand *OpRt, const Operand *OpRs, in andi() function in Ice::MIPS32::AssemblerMIPS32
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1239 __ andi(r0, bytecode, Operand(0x1)); in AdvanceBytecodeOffsetOrReturn() local
2462 __ andi(r0, r6, in Generate_CallFunction() local
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc883 void Assembler::andi(Register ra, Register rs, const Operand& imm) { in andi() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.cc1133 void Assembler::andi(Register rd, Register rj, int32_t ui12) { in andi() function in v8::internal::Assembler
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc1259 __ andi(t0, optimization_state, in Generate_InterpreterEntryTrampoline() local
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1261 __ andi(t0, optimization_state, in Generate_InterpreterEntryTrampoline() local
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc1858 void Assembler::andi(Register rt, Register rs, int32_t j) { in andi() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc1866 void Assembler::andi(Register rt, Register rs, int32_t j) { in andi() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.cc1617 void Assembler::andi(Register rd, Register rs1, int16_t imm12) { in andi() function in v8::internal::Assembler