Searched refs:movzxbl (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 216 movzxbl(dst.gp(), src_op); in Load() 1245 movzxbl(dst, dst); in emit_i32_eqz() 1252 movzxbl(dst, dst); in emit_i32_set_cond() 1258 movzxbl(dst, dst); in emit_i64_eqz() 1266 movzxbl(dst, dst); in emit_i64_set_cond() 1289 assm->movzxbl(dst, dst); in EmitFloatSetCond()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 257 __ movzxbl(rdx, Operand(r9, 0)); in CheckNotBackReferenceIgnoreCase() local 258 __ movzxbl(rax, Operand(r11, 0)); in CheckNotBackReferenceIgnoreCase() local 427 __ movzxbl(rax, Operand(rdx, 0)); in CheckNotBackReference() local 1381 __ movzxbl(current_character(), Operand(rsi, rdi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() local
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1784 ASSEMBLE_MOVX(movzxbl); in AssembleArchInstruction() 2669 __ movzxbl(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local 2695 __ movzxbl(rax, rax); in AssembleArchInstruction() local 2722 __ movzxbl(rax, rax); \ in AssembleArchInstruction() 2986 __ movzxbl(reg, reg); in AssembleArchBoolean() local
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 941 movzxbl(dst, src); in Load()
|