Home
last modified time | relevance | path

Searched defs:movsxbl (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc3591 __ movsxbl(dst, dst); in AssembleArchInstruction() local
4237 __ movsxbl(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local
4278 __ movsxbl(rax, rax); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64.cc1769 void Assembler::movsxbl(Register dst, Register src) { in movsxbl() function in v8::internal::Assembler
1782 void Assembler::movsxbl(Register dst, Operand src) { in movsxbl() function in v8::internal::Assembler