Home
last modified time | relevance | path

Searched refs:AndP (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/s390/
Dmacro-assembler-s390.h488 void AndP(Register dst, Register src);
490 void AndP(Register dst, Register src1, Register src2);
492 void AndP(Register dst, const MemOperand& opnd);
494 void AndP(Register dst, const Operand& opnd);
496 void AndP(Register dst, Register src, const Operand& opnd);
923 AndP(dst, Operand(mask)); in ExtractBitRange()
Dmacro-assembler-s390.cc459 AndP(r0, dst, Operand(kPointerSize - 1)); in RecordWriteField()
1657 AndP(out, in, Operand(~kWeakHeapObjectMask)); in LoadWeakValue()
1991 AndP(r0, scratch, Operand(mask)); in CheckPageFlag()
2930 void TurboAssembler::AndP(Register dst, Register src) { AndRR(dst, src); } in AndP() function in v8::internal::TurboAssembler
2950 void TurboAssembler::AndP(Register dst, Register src1, Register src2) { in AndP() function in v8::internal::TurboAssembler
2963 AndP(dst, src2); in AndP()
2976 void TurboAssembler::AndP(Register dst, const MemOperand& opnd) { in AndP() function in v8::internal::TurboAssembler
2989 void TurboAssembler::AndP(Register dst, const Operand& opnd) { in AndP() function in v8::internal::TurboAssembler
3009 void TurboAssembler::AndP(Register dst, Register src, const Operand& opnd) { in AndP() function in v8::internal::TurboAssembler
3046 AndP(dst, opnd); in AndP()
/external/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc427 __ AndP(r2, current_character(), Operand(mask)); in CheckCharacterAfterAnd() local
437 __ AndP(r2, current_character(), Operand(mask)); in CheckNotCharacterAfterAnd() local
474 __ AndP(r3, current_character(), Operand(kTableSize - 1)); in CheckBitInTable() local
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc1237 codegen->tasm()->AndP(value, kSpeculationPoisonRegister); in EmitWordLoadPoisoningIfNeeded()
1339 __ AndP(kJSFunctionRegister, kJSFunctionRegister, kSpeculationPoisonRegister); in AssembleRegisterArgumentPoisoning() local
1340 __ AndP(kContextRegister, kContextRegister, kSpeculationPoisonRegister); in AssembleRegisterArgumentPoisoning() local
1341 __ AndP(sp, sp, kSpeculationPoisonRegister); in AssembleRegisterArgumentPoisoning() local
1623 __ AndP(i.InputRegister(0), kSpeculationPoisonRegister); in AssembleArchInstruction() local
2155 __ AndP(r0, i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() local
2161 __ AndP(r0, i.InputRegister(0), opnd); in AssembleArchInstruction() local
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc1823 __ AndP(r0, r5, in Generate_CallFunction() local
2079 __ AndP(r6, Operand(SharedFunctionInfo::ConstructAsBuiltinBit::kMask)); in Generate_ConstructFunction() local
2684 __ AndP(scratch2, scratch); in Generate_MathPowInternal() local