Home
last modified time | relevance | path

Searched defs:cmpb (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/x64/
Dregexp-macro-assembler-x64.cc191 __ cmpb(Operand(rbp, kAtStart), Immediate(0)); in CheckAtStart() local
203 __ cmpb(Operand(rbp, kAtStart), Immediate(0)); in CheckNotAtStart() local
239 __ cmpb(Operand(rsi, rdi, times_1, byte_offset + i), in CheckCharacters() local
303 __ cmpb(rax, rdx); in CheckNotBackReferenceIgnoreCase() local
311 __ cmpb(rax, rdx); in CheckNotBackReferenceIgnoreCase() local
314 __ cmpb(rax, Immediate('z' - 'a')); in CheckNotBackReferenceIgnoreCase() local
426 __ cmpb(rax, Operand(rbx, 0)); in CheckNotBackReference() local
758 __ cmpb(Operand(rbp, kAtStart), Immediate(0)); in GetCode() local
Dic-x64.cc84 __ cmpb(r0, Immediate(JS_GLOBAL_PROXY_TYPE)); in GenerateDictionaryLoad() local
88 __ cmpb(r0, Immediate(JS_GLOBAL_OBJECT_TYPE)); in GenerateDictionaryLoad() local
90 __ cmpb(r0, Immediate(JS_BUILTINS_OBJECT_TYPE)); in GenerateDictionaryLoad() local
584 __ cmpb(rdx, Immediate(1 << Map::kHasIndexedInterceptor)); in GenerateIndexedInterceptor() local
1135 __ cmpb(rax, Immediate(FIRST_JS_OBJECT_TYPE)); in GenerateNormal() local
1142 __ cmpb(rax, Immediate(JS_GLOBAL_OBJECT_TYPE)); in GenerateNormal() local
1144 __ cmpb(rax, Immediate(JS_BUILTINS_OBJECT_TYPE)); in GenerateNormal() local
1158 __ cmpb(rax, Immediate(JS_GLOBAL_PROXY_TYPE)); in GenerateNormal() local
Dassembler-x64.h609 void cmpb(Register dst, Immediate src) { in cmpb() function
615 void cmpb(Register dst, Register src) { in cmpb() function
619 void cmpb(Register dst, const Operand& src) { in cmpb() function
623 void cmpb(const Operand& dst, Register src) { in cmpb() function
627 void cmpb(const Operand& dst, Immediate src) { in cmpb() function
Dcodegen-x64.cc3857 __ cmpb(temp.reg(), Immediate(kConsStringTag)); in GenerateFastCharCodeAt() local
9237 __ cmpb(rbx, Immediate(kSeqStringTag | kAsciiStringTag)); in Generate() local
9272 __ cmpb(rbx, Immediate(kSeqStringTag | kTwoByteStringTag)); in Generate() local
9359 __ cmpb(scratch2, FieldOperand(right, in GenerateCompareFlatAsciiStrings() local
/external/v8/test/cctest/
Dtest-disasm-ia32.cc104 __ cmpb(ebx, Operand(ebp, ecx, times_2, 0)); in TEST() local
105 __ cmpb(Operand(ebp, ecx, times_2, 0), ebx); in TEST() local
/external/v8/src/ia32/
Dassembler-ia32.cc853 void Assembler::cmpb(const Operand& op, int8_t imm8) { in cmpb() function in v8::internal::Assembler
862 void Assembler::cmpb(const Operand& dst, Register src) { in cmpb() function in v8::internal::Assembler
871 void Assembler::cmpb(Register dst, const Operand& src) { in cmpb() function in v8::internal::Assembler
Dregexp-macro-assembler-ia32.cc227 __ cmpb(Operand(esi, edi, times_1, byte_offset + i), in CheckCharacters() local
Dcodegen-ia32.cc2323 __ cmpb(FieldOperand(left_side.reg(), SeqAsciiString::kHeaderSize), in Comparison() local
10958 __ cmpb(scratch2, Operand(right, index, times_1, 0)); in GenerateCompareFlatAsciiStrings() local