/third_party/node/deps/v8/src/baseline/arm/ |
H A D | baseline-assembler-arm-inl.h | 124 JumpIf(cc, left, Operand(right), target, distance); in JumpIfImmediate() 157 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() function in v8::internal::baseline::BaselineAssembler 170 JumpIf(cc, type, Operand(instance_type), target); in JumpIfObjectType() 183 JumpIf(cc, type, Operand(instance_type), target); in JumpIfInstanceType() 191 JumpIf(cc, value, Operand(tmp), target); in JumpIfPointer() 196 JumpIf(cc, value, Operand(smi), target); in JumpIfSmi() 202 JumpIf(cc, lhs, Operand(rhs), target); in JumpIfSmi() 210 JumpIf(cc, value, Operand(tmp), target); in JumpIfTagged() 218 JumpIf(cc, tmp, Operand(value), target); in JumpIfTagged() 222 JumpIf(c in JumpIfByte() [all...] |
/third_party/node/deps/v8/src/baseline/arm64/ |
H A D | baseline-assembler-arm64-inl.h | 127 JumpIf(cc, left, Immediate(right), target, distance); in JumpIfImmediate() 173 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() function in v8::internal::baseline::BaselineAssembler 185 JumpIf(cc, type, instance_type, target); in JumpIfObjectType() 198 JumpIf(cc, type, instance_type, target); in JumpIfInstanceType() 206 JumpIf(cc, value, tmp, target); in JumpIfPointer() 238 JumpIf(cc, value, Immediate(byte), target); in JumpIfByte() 549 JumpIf(Condition::kUnsignedGreaterThanEqual, reg, num_labels, &fallthrough); in Switch() 607 __ JumpIf(Condition::kGreaterThanEqual, params_size, actual_params_size, in EmitReturn()
|
/third_party/node/deps/v8/src/baseline/ppc/ |
H A D | baseline-assembler-ppc-inl.h | 199 JumpIf(cc, left, Operand(right), target, distance); in JumpIfImmediate() 243 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() function in v8::internal::baseline::BaselineAssembler 263 JumpIf(cc, type, Operand(instance_type), target); in JumpIfObjectType() 278 JumpIf(cc, type, Operand(instance_type), target); in JumpIfInstanceType() 326 JumpIf(cc, value, Operand(byte), target); in JumpIfByte()
|
/third_party/node/deps/v8/src/baseline/s390/ |
H A D | baseline-assembler-s390-inl.h | 199 JumpIf(cc, left, Operand(right), target, distance); in JumpIfImmediate() 243 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() function in v8::internal::baseline::BaselineAssembler 263 JumpIf(cc, type, Operand(instance_type), target); in JumpIfObjectType() 278 JumpIf(cc, type, Operand(instance_type), target); in JumpIfInstanceType() 325 JumpIf(cc, value, Operand(byte), target); in JumpIfByte() 603 JumpIf(Condition::kUnsignedGreaterThanEqual, reg, Operand(num_labels), in Switch()
|
/third_party/node/deps/v8/src/baseline/ia32/ |
H A D | baseline-assembler-ia32-inl.h | 156 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() function in v8::internal::baseline::BaselineAssembler 186 JumpIf(cc, value, operand, target, distance); in JumpIfPointer()
|
/third_party/node/deps/v8/src/baseline/loong64/ |
H A D | baseline-assembler-loong64-inl.h | 119 JumpIf(cc, left, Operand(right), target, distance); in JumpIfImmediate() 146 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() function in v8::internal::baseline::BaselineAssembler
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-assembler.h | 65 inline void JumpIf(Condition cc, Register lhs, const Operand& rhs,
|
/third_party/node/deps/v8/src/baseline/mips/ |
H A D | baseline-assembler-mips-inl.h | 121 JumpIf(cc, left, Operand(right), target, distance); in JumpIfImmediate() 148 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() function in v8::internal::baseline::BaselineAssembler
|
/third_party/node/deps/v8/src/baseline/riscv64/ |
H A D | baseline-assembler-riscv64-inl.h | 118 JumpIf(cc, left, Operand(right), target, distance); in JumpIfImmediate() 144 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() function in v8::internal::baseline::BaselineAssembler
|
/third_party/node/deps/v8/src/baseline/mips64/ |
H A D | baseline-assembler-mips64-inl.h | 119 JumpIf(cc, left, Operand(right), target, distance); in JumpIfImmediate() 146 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() function in v8::internal::baseline::BaselineAssembler
|
/third_party/node/deps/v8/src/baseline/x64/ |
H A D | baseline-assembler-x64-inl.h | 157 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() function in v8::internal::baseline::BaselineAssembler
|