Searched defs:CmpLogicalP (Results 1 – 4 of 4) sorted by relevance
| /external/v8/src/regexp/s390/ |
| D | regexp-macro-assembler-s390.cc | 175 __ CmpLogicalP(r2, Operand(backtrack_limit())); in Backtrack() local 197 __ CmpLogicalP(current_character(), Operand(c)); in CheckCharacter() local 202 __ CmpLogicalP(current_character(), Operand(limit)); in CheckCharacterGT() local 224 __ CmpLogicalP(current_character(), Operand(limit)); in CheckCharacterLT() local 294 __ CmpLogicalP(r5, Operand('z' - 'a')); // Is r5 a lowercase letter? in CheckNotBackReferenceIgnoreCase() local 298 __ CmpLogicalP(r5, Operand(254 - 224)); in CheckNotBackReferenceIgnoreCase() local 300 __ CmpLogicalP(r5, Operand(247 - 224)); // Check for 247. in CheckNotBackReferenceIgnoreCase() local 443 __ CmpLogicalP(current_character(), Operand(c)); in CheckNotCharacter() local 451 __ CmpLogicalP(r2, Operand(c)); in CheckCharacterAfterAnd() local 461 __ CmpLogicalP(r2, Operand(c)); in CheckNotCharacterAfterAnd() local [all …]
|
| /external/v8/src/builtins/s390/ |
| D | builtins-s390.cc | 406 __ CmpLogicalP(sp, scratch); in Generate_ResumeGeneratorTrampoline() local 1195 __ CmpLogicalP( in Generate_InterpreterEntryTrampoline() local 1231 __ CmpLogicalP(sp, r0); in Generate_InterpreterEntryTrampoline() local 2304 __ CmpLogicalP( in Generate_PushBoundArguments() local
|
| /external/v8/src/compiler/backend/s390/ |
| D | code-generator-s390.cc | 1622 __ CmpLogicalP(lhs_register, i.InputRegister(kValueIndex)); in AssembleArchInstruction() local 4545 __ CmpLogicalP(input, Operand(case_count)); in AssembleArchTableSwitch() local 4657 __ CmpLogicalP(sp, scratch); in AssembleConstructFrame() local
|
| /external/v8/src/codegen/s390/ |
| D | macro-assembler-s390.cc | 3405 void TurboAssembler::CmpLogicalP(Register dst, Register src) { in CmpLogicalP() function in v8::internal::TurboAssembler 3419 void TurboAssembler::CmpLogicalP(Register dst, const Operand& opnd) { in CmpLogicalP() function in v8::internal::TurboAssembler 3439 void TurboAssembler::CmpLogicalP(Register dst, const MemOperand& opnd) { in CmpLogicalP() function in v8::internal::TurboAssembler
|