| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | instruction-selector-ppc.cc | 75 void VisitRR(InstructionSelector* selector, InstructionCode opcode, in VisitRR() argument 82 void VisitRRR(InstructionSelector* selector, InstructionCode opcode, in VisitRRR() argument 90 void VisitRRO(InstructionSelector* selector, InstructionCode opcode, Node* node, in VisitRRO() argument 99 VisitTryTruncateDouble(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitTryTruncateDouble() argument 118 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, ImmediateMode operand_mode, FlagsContinuation* cont) VisitBinop() argument 151 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, ImmediateMode operand_mode) VisitBinop() argument 178 InstructionCode opcode = kArchNop; VisitLoadCommon() local 323 ArchOpcode opcode; VisitStoreCommon() local 415 VisitLogical(InstructionSelector* selector, Node* node, Matcher* m, ArchOpcode opcode, bool left_can_cover, bool right_can_cover, ImmediateMode imm_mode) VisitLogical() argument 552 ArchOpcode opcode; VisitWord64And() local 609 InstructionCode opcode = VisitStackPointerGreaterThan() local 688 ArchOpcode opcode; VisitWord64Shl() local 760 ArchOpcode opcode; VisitWord64Shr() local 804 VisitPairBinop(InstructionSelector* selector, InstructionCode opcode, InstructionCode opcode2, Node* node) VisitPairBinop() argument 864 VisitPairShift(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitPairShift() argument 1290 InstructionCode opcode = kPPC_Float32ToInt32; VisitTruncateFloat32ToInt32() local 1302 InstructionCode opcode = kPPC_Float32ToUint32; VisitTruncateFloat32ToUint32() local 1432 VisitFloat64Ieee754Unop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Unop() argument 1439 VisitFloat64Ieee754Binop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Binop() argument 1547 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument 1554 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative, ImmediateMode immediate_mode) VisitWordCompare() argument 1994 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitAtomicExchange() argument 2014 ArchOpcode opcode; VisitWord32AtomicExchange() local 2033 ArchOpcode opcode; VisitWord64AtomicExchange() local 2049 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitAtomicCompareExchange() argument 2076 ArchOpcode opcode; VisitWord32AtomicCompareExchange() local 2095 ArchOpcode opcode; VisitWord64AtomicCompareExchange() local 2121 ArchOpcode opcode; VisitAtomicBinaryOperation() local 2610 InstructionCode opcode = kArchNop; VisitLoadLane() local 2636 ArchOpcode opcode; VisitLoadTransform() local 2685 InstructionCode opcode = kArchNop; VisitStoreLane() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| H A D | instruction-selector-arm64.cc | 147 void VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRR() argument 153 VisitRR(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitRR() argument 160 VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRR() argument 167 VisitRRR(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitRRR() argument 175 VisitSimdShiftRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node, int width) VisitSimdShiftRRR() argument 193 VisitRRI(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitRRI() argument 201 VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node, ImmediateMode operand_mode) VisitRRO() argument 209 VisitRRIR(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitRRIR() argument 234 ArchOpcode opcode() const { opcode() function 278 InstructionCode opcode = TryEmitExtendingLoad() local 290 TryMatchAnyShift(InstructionSelector* selector, Node* node, Node* input_node, InstructionCode* opcode, bool try_ror) TryMatchAnyShift() argument 326 TryMatchAnyExtend(Arm64OperandGenerator* g, InstructionSelector* selector, Node* node, Node* left_node, Node* right_node, InstructionOperand* left_op, InstructionOperand* right_op, InstructionCode* opcode) TryMatchAnyExtend() argument 406 GetBinopProperties(InstructionCode opcode) GetBinopProperties() argument 459 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, ImmediateMode operand_mode, FlagsContinuation* cont) VisitBinop() argument 534 VisitBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, ImmediateMode operand_mode) VisitBinop() argument 541 VisitAddSub(InstructionSelector* selector, Node* node, ArchOpcode opcode, ArchOpcode negate_opcode) VisitAddSub() argument 587 EmitLoad(InstructionSelector* selector, Node* node, InstructionCode opcode, ImmediateMode immediate_mode, MachineRepresentation rep, Node* output = nullptr) EmitLoad() argument 642 EmitAddBeforeLoadOrStore(InstructionSelector* selector, Node* node, InstructionCode* opcode) EmitAddBeforeLoadOrStore() argument 660 InstructionCode opcode = kArm64LoadLane; VisitLoadLane() local 677 InstructionCode opcode = kArm64StoreLane; VisitStoreLane() local 698 InstructionCode opcode = kArchNop; VisitLoadTransform() local 777 InstructionCode opcode = kArchNop; VisitLoad() local 906 InstructionCode opcode = kArchNop; VisitStore() local 1019 VisitLogical(InstructionSelector* selector, Node* node, Matcher* m, ArchOpcode opcode, bool left_can_cover, bool right_can_cover, ImmediateMode imm_mode) VisitLogical() argument 1248 InstructionCode opcode = VisitStackPointerGreaterThan() local 1288 ArchOpcode opcode = m.IsWord32Sar() ? kArm64Sbfx32 : kArm64Ubfx32; TryEmitBitfieldExtract32() local 1651 InstructionCode opcode = EmitInt32MulWithOverflow() local 1740 VisitExtMul(InstructionSelector* selector, ArchOpcode opcode, Node* node, int dst_lane_size) VisitExtMul() argument 1797 VisitExtAddPairwise(InstructionSelector* selector, ArchOpcode opcode, Node* node, int dst_lane_size) VisitExtAddPairwise() argument 1840 InstructionCode opcode = kArm64Float32ToInt32; VisitTruncateFloat32ToInt32() local 1850 InstructionCode opcode = kArm64Float32ToUint32; VisitTruncateFloat32ToUint32() local 1878 InstructionCode opcode = kArm64Float64ToInt64; VisitTruncateFloat64ToInt64() local 1949 InstructionCode opcode = kArchNop; VisitChangeInt32ToInt64() local 2060 VisitFloat64Ieee754Binop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Binop() argument 2068 VisitFloat64Ieee754Unop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Unop() argument 2156 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument 2222 MaybeReplaceCmpZeroWithFlagSettingBinop(InstructionSelector* selector, Node** node, Node* binop, ArchOpcode* opcode, FlagsCondition cond, FlagsContinuation* cont, ImmediateMode* immediate_mode) MaybeReplaceCmpZeroWithFlagSettingBinop() argument 2294 EmitBranchOrDeoptimize(InstructionSelector* selector, InstructionCode opcode, InstructionOperand value, FlagsContinuation* cont) EmitBranchOrDeoptimize() argument 2403 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, ImmediateMode immediate_mode) VisitWordCompare() argument 2449 ArchOpcode opcode = kArm64Cmp32; VisitWord32Compare() local 2494 VisitWordTest(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitWordTest() argument 2583 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicExchange() argument 2599 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicCompareExchange() argument 2752 VisitAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicBinop() argument 3324 ArchOpcode opcode; VisitWord32AtomicExchange() local 3343 ArchOpcode opcode; VisitWord64AtomicExchange() local 3360 ArchOpcode opcode; VisitWord32AtomicCompareExchange() local 3379 ArchOpcode opcode; VisitWord64AtomicCompareExchange() local 3398 ArchOpcode opcode; VisitWord32AtomicBinaryOperation() local 3432 ArchOpcode opcode; VisitWord64AtomicBinaryOperation() local 4042 ArchOpcode opcode; global() member 4095 TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, size_t num_entries, bool is_swizzle, ArchOpcode* opcode) TryMatchArchShuffle() argument 4135 ArchOpcode opcode; VisitI8x16Shuffle() local 4210 VisitPminOrPmax(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitPminOrPmax() argument 4238 VisitSignExtendLong(InstructionSelector* selector, ArchOpcode opcode, Node* node, int lane_size) VisitSignExtendLong() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| H A D | instruction-selector-ia32.cc | 67 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand() argument 255 ArchOpcode opcode; in GetLoadOpcode() local 290 VisitRO(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitRO() argument 299 VisitROWithTemp(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitROWithTemp() argument 307 VisitROWithTempSimd(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitROWithTempSimd() argument 316 VisitRR(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitRR() argument 323 VisitRROFloat(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitRROFloat() argument 338 VisitFloatUnop(InstructionSelector* selector, Node* node, Node* input, ArchOpcode opcode) VisitFloatUnop() argument 363 VisitRRSimd(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitRRSimd() argument 383 VisitRRRSimd(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitRRRSimd() argument 394 VisitRRISimd(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitRRISimd() argument 421 VisitRROSimdShift(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitRROSimdShift() argument 437 VisitRRRR(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitRRRR() argument 445 VisitI8x16Shift(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitI8x16Shift() argument 486 InstructionCode opcode = kArchNop; VisitLoadLane() local 533 InstructionCode opcode; VisitLoadTransform() local 591 VisitLoad(Node* node, Node* value, InstructionCode opcode) VisitLoad() argument 661 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, MachineRepresentation rep) VisitAtomicExchange() argument 762 InstructionCode opcode = kArchNop; VisitStoreLane() local 802 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitBinop() argument 859 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitBinop() argument 888 InstructionCode opcode = VisitStackPointerGreaterThan() local 934 VisitShift(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitShift() argument 951 VisitMulHigh(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitMulHigh() argument 960 VisitDiv(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitDiv() argument 968 VisitMod(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitMod() argument 992 InstructionCode opcode = AddressingModeField::encode(mode) | kIA32Lea; EmitLea() local 1098 VisitWord32PairShift(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitWord32PairShift() argument 1305 InstructionCode opcode = AddressingModeField::encode(mode) | kIA32Lea; VisitInt32Add() local 1422 VisitFloat64Ieee754Binop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Binop() argument 1430 VisitFloat64Ieee754Unop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Unop() argument 1487 InstructionCode opcode = kIA32Push | AddressingModeField::encode(mode); EmitPrepareArguments() local 1525 VisitCompareWithMemoryOperand(InstructionSelector* selector, InstructionCode opcode, Node* left, InstructionOperand right, FlagsContinuation* cont) VisitCompareWithMemoryOperand() argument 1543 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument 1550 VisitCompare(InstructionSelector* selector, InstructionCode opcode, Node* left, Node* right, FlagsContinuation* cont, bool commutative) VisitCompare() argument 1604 TryNarrowOpcodeSize(InstructionCode opcode, Node* left, Node* right, FlagsContinuation* cont) TryNarrowOpcodeSize() argument 1661 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitWordCompare() argument 1710 VisitAtomicBinOp(InstructionSelector* selector, Node* node, ArchOpcode opcode, MachineRepresentation rep) VisitAtomicBinOp() argument 1729 VisitPairAtomicBinOp(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitPairAtomicBinOp() argument 2043 ArchOpcode opcode; VisitWord32AtomicExchange() local 2068 ArchOpcode opcode; VisitWord32AtomicCompareExchange() local 2099 ArchOpcode opcode; VisitWord32AtomicBinaryOperation() local 2148 ArchOpcode opcode = kIA32Movl; VisitWord32AtomicPairLoad() local 2549 InstructionCode opcode = VisitI32x4UConvertF32x4() local 2750 ArchOpcode opcode; global() member 2894 ArchOpcode opcode = kIA32I8x16Shuffle; // general shuffle is the default VisitI8x16Shuffle() local 3054 VisitMinOrMax(InstructionSelector* selector, Node* node, ArchOpcode opcode, bool flip_inputs) VisitMinOrMax() argument 3107 VisitExtAddPairwise(InstructionSelector* selector, Node* node, ArchOpcode opcode, bool need_temp) VisitExtAddPairwise() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| H A D | instruction-selector-loong64.cc | 27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() argument 76 CanBeImmediate(int64_t value, InstructionCode opcode) CanBeImmediate() argument 122 VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRR() argument 129 VisitRRI(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRI() argument 137 VisitSimdShift(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitSimdShift() argument 151 VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRIR() argument 160 VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRR() argument 168 VisitUniqueRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitUniqueRRR() argument 176 VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRRR() argument 183 VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRO() argument 207 ArchOpcode opcode() const { opcode() function 259 InstructionCode opcode = TryEmitExtendingLoad() local 284 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode, FlagsContinuation* cont) VisitBinop() argument 321 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode) VisitBinop() argument 328 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitBinop() argument 333 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitBinop() argument 353 EmitLoad(InstructionSelector* selector, Node* node, InstructionCode opcode, Node* output = nullptr) EmitLoad() argument 395 InstructionCode opcode = kArchNop; VisitLoadTransform() local 444 InstructionCode opcode = kArchNop; VisitLoad() local 523 ArchOpcode opcode; VisitStore() local 1229 InstructionCode opcode = kLoong64Float32ToInt32; VisitTruncateFloat32ToInt32() local 1239 InstructionCode opcode = kLoong64Float32ToUint32; VisitTruncateFloat32ToUint32() local 1285 InstructionCode opcode = kLoong64Float64ToInt64; VisitTruncateFloat64ToInt64() local 1652 VisitFloat64Ieee754Binop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Binop() argument 1660 VisitFloat64Ieee754Unop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Unop() argument 1742 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument 1777 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) VisitWordCompare() argument 1853 VisitOptimizedWord32Compare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitOptimizedWord32Compare() argument 1862 VisitFullWord32Compare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitFullWord32Compare() argument 2030 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicExchange() argument 2054 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicCompareExchange() argument 2080 VisitAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicBinop() argument 2110 InstructionCode opcode = VisitStackPointerGreaterThan() local 2480 ArchOpcode opcode; VisitWord32AtomicExchange() local 2500 ArchOpcode opcode; VisitWord64AtomicExchange() local 2517 ArchOpcode opcode; VisitWord32AtomicCompareExchange() local 2537 ArchOpcode opcode; VisitWord64AtomicCompareExchange() local 2555 ArchOpcode opcode; VisitWord32AtomicBinaryOperation() local 2590 ArchOpcode opcode; VisitWord64AtomicBinaryOperation() local 2878 ArchOpcode opcode; global() member 2931 TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, size_t num_entries, bool is_swizzle, ArchOpcode* opcode) TryMatchArchShuffle() argument 2958 ArchOpcode opcode; VisitI8x16Shuffle() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| H A D | instruction-selector-riscv64.cc | 25 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() argument 82 CanBeImmediate(int64_t value, InstructionCode opcode) CanBeImmediate() argument 128 VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRR() argument 135 VisitRRI(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRI() argument 143 VisitSimdShift(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitSimdShift() argument 157 VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRIR() argument 166 VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRR() argument 174 VisitUniqueRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitUniqueRRR() argument 182 VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRRR() argument 189 VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRO() argument 213 ArchOpcode opcode() const { opcode() function 269 InstructionCode opcode = TryEmitExtendingLoad() local 294 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode, FlagsContinuation* cont) VisitBinop() argument 338 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode) VisitBinop() argument 345 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitBinop() argument 350 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitBinop() argument 371 EmitLoad(InstructionSelector* selector, Node* node, InstructionCode opcode, Node* output = nullptr) EmitLoad() argument 410 EmitS128Load(InstructionSelector* selector, Node* node, InstructionCode opcode, VSew sew, Vlmul lmul) EmitS128Load() argument 435 InstructionCode opcode = kRiscvS128StoreLane; VisitStoreLane() local 455 InstructionCode opcode = kRiscvS128LoadLane; VisitLoadLane() local 516 InstructionCode opcode = kArchNop; VisitLoad() local 604 ArchOpcode opcode; VisitStore() local 1188 InstructionCode opcode = kRiscvTruncWS; VisitTruncateFloat32ToInt32() local 1198 InstructionCode opcode = kRiscvTruncUwS; VisitTruncateFloat32ToUint32() local 1287 InstructionCode opcode = kRiscvTruncLD; VisitTruncateFloat64ToInt64() local 1424 InstructionCode opcode = kArchNop; VisitChangeInt32ToInt64() local 1686 VisitFloat64Ieee754Binop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Binop() argument 1694 VisitFloat64Ieee754Unop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Unop() argument 1773 ArchOpcode opcode; VisitUnalignedLoad() local 1828 ArchOpcode opcode; VisitUnalignedStore() local 1880 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument 1922 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) VisitWordCompare() argument 2007 VisitFullWord32Compare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitFullWord32Compare() argument 2022 VisitOptimizedWord32Compare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitOptimizedWord32Compare() argument 2100 VisitAtomicLoad(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument 2121 VisitAtomicStore(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument 2145 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument 2169 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument 2195 VisitAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument 2225 InstructionCode opcode = VisitStackPointerGreaterThan() local 2580 ArchOpcode opcode; VisitWord32AtomicLoad() local 2600 ArchOpcode opcode; VisitWord32AtomicStore() local 2621 ArchOpcode opcode; VisitWord64AtomicLoad() local 2670 ArchOpcode opcode; VisitWord64AtomicStore() local 2702 ArchOpcode opcode; VisitWord32AtomicExchange() local 2722 ArchOpcode opcode; VisitWord64AtomicExchange() local 2739 ArchOpcode opcode; VisitWord32AtomicCompareExchange() local 2759 ArchOpcode opcode; VisitWord64AtomicCompareExchange() local 2777 ArchOpcode opcode; VisitWord32AtomicBinaryOperation() local 2812 ArchOpcode opcode; VisitWord64AtomicBinaryOperation() local 3144 ArchOpcode opcode; global() member [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | assembler-ppc.cc | 422 uint32_t opcode = instr & kOpcodeMask; in target_at() local 452 uint32_t opcode = instr & kOpcodeMask; in target_at_put() local 538 uint32_t opcode in max_reach_from() local [all...] |
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | assembler-ia32.cc | 2847 void Assembler::ps(byte opcode, XMMRegister dst, Operand src) { in ps() argument 2855 void Assembler::pd(byte opcode, XMMRegister dst, Operand src) { in pd() argument 3166 sse_instr(XMMRegister dst, Operand src, byte escape, byte opcode) sse_instr() argument 3174 sse2_instr(XMMRegister dst, Operand src, byte prefix, byte escape, byte opcode) sse2_instr() argument 3183 ssse3_instr(XMMRegister dst, Operand src, byte prefix, byte escape1, byte escape2, byte opcode) ssse3_instr() argument 3194 sse4_instr(XMMRegister dst, Operand src, byte prefix, byte escape1, byte escape2, byte opcode) sse4_instr() argument [all...] |
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64.cc | 634 void Assembler::arithmetic_op(byte opcode, Register reg, Operand op, int size) { in arithmetic_op() argument 641 void Assembler::arithmetic_op(byte opcode, Register reg, Register rm_reg, in arithmetic_op() argument 657 void Assembler::arithmetic_op_16(byte opcode, Register reg, Register rm_reg) { in arithmetic_op_16() argument 674 arithmetic_op_16(byte opcode, Register reg, Operand rm_reg) arithmetic_op_16() argument 682 arithmetic_op_8(byte opcode, Register reg, Operand op) arithmetic_op_8() argument 693 arithmetic_op_8(byte opcode, Register reg, Register rm_reg) arithmetic_op_8() argument 4143 sse_instr(XMMRegister dst, XMMRegister src, byte escape, byte opcode) sse_instr() argument 4152 sse_instr(XMMRegister dst, Operand src, byte escape, byte opcode) sse_instr() argument 4161 sse2_instr(XMMRegister dst, XMMRegister src, byte prefix, byte escape, byte opcode) sse2_instr() argument 4171 sse2_instr(XMMRegister dst, Operand src, byte prefix, byte escape, byte opcode) sse2_instr() argument 4181 ssse3_instr(XMMRegister dst, XMMRegister src, byte prefix, byte escape1, byte escape2, byte opcode) ssse3_instr() argument 4193 ssse3_instr(XMMRegister dst, Operand src, byte prefix, byte escape1, byte escape2, byte opcode) ssse3_instr() argument 4205 sse4_instr(XMMRegister dst, Register src, byte prefix, byte escape1, byte escape2, byte opcode, int8_t imm8) sse4_instr() argument 4220 sse4_instr(XMMRegister dst, XMMRegister src, byte prefix, byte escape1, byte escape2, byte opcode) sse4_instr() argument 4232 sse4_instr(XMMRegister dst, Operand src, byte prefix, byte escape1, byte escape2, byte opcode) sse4_instr() argument 4244 sse4_instr(Register dst, XMMRegister src, byte prefix, byte escape1, byte escape2, byte opcode, int8_t imm8) sse4_instr() argument 4259 sse4_instr(Operand dst, XMMRegister src, byte prefix, byte escape1, byte escape2, byte opcode, int8_t imm8) sse4_instr() argument 4274 sse4_2_instr(XMMRegister dst, XMMRegister src, byte prefix, byte escape1, byte escape2, byte opcode) sse4_2_instr() argument 4286 sse4_2_instr(XMMRegister dst, Operand src, byte prefix, byte escape1, byte escape2, byte opcode) sse4_2_instr() argument [all...] |
| /third_party/node/deps/v8/src/execution/ppc/ |
| H A D | simulator-ppc.cc | 1542 uint32_t opcode = instr->OpcodeBase(); in ExecuteGeneric() local 5326 uint32_t opcode = instr->OpcodeField(); ExecuteInstruction() local [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/ia32/ |
| H A D | liftoff-assembler-ia32.h | 2338 bool LiftoffAssembler::emit_type_conversion(WasmOpcode opcode, in emit_type_conversion() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/arm/ |
| H A D | liftoff-assembler-arm.h | 2009 bool LiftoffAssembler::emit_type_conversion(WasmOpcode opcode, in emit_type_conversion() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/arm64/ |
| H A D | liftoff-assembler-arm64.h | 1369 bool LiftoffAssembler::emit_type_conversion(WasmOpcode opcode, in emit_type_conversion() argument
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_shader.c | 346 unsigned opcode; /* TGSI_OPCODE_x */ member 364 D3DSHADER_INSTRUCTION_OPCODE_TYPE opcode; member [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi.c | 42 enum tgsi_opcode opcode; member 133 ntt_insn(struct ntt_compile *c, enum tgsi_opcode opcode, in ntt_insn() argument 1880 unsigned opcode; ntt_emit_mem() local [all...] |
| /third_party/musl/include/arpa/ |
| H A D | nameser.h | 363 unsigned opcode: 4; member 376 unsigned opcode :4; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2910 Instruction::CastOps opcode = CreateIntegerCast() local 2924 Instruction::CastOps opcode = CreateIntegerCast() local 2938 Instruction::CastOps opcode = CreateFPCast() local 2951 Instruction::CastOps opcode = CreateFPCast() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | Shader.hpp | 518 Opcode opcode; member
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_common.hpp | 503 spv::Op opcode; member 1735 static inline bool opcode_is_sign_invariant(spv::Op opcode) in opcode_is_sign_invariant() argument
|
| H A D | spirv_cross.cpp | 613 bool Compiler::InterfaceVariableAccessHandler::handle(Op opcode, const uint32_t *args, uint32_t length) in handle() argument 1973 bool Compiler::BufferAccessHandler::handle(Op opcode, const uint32_t *args, uint32_t length) in handle() argument 2542 bool Compiler::DummySamplerForCombinedImageHandler::handle(Op opcode, cons argument 2623 handle(Op opcode, const uint32_t *args, uint32_t length) handle() argument 4013 handle(spv::Op opcode, const uint32_t *args, uint32_t length) handle() argument 4207 handle(spv::Op opcode, const uint32_t *args, uint32_t) handle() argument 4348 handle(Op opcode, const uint32_t *args, uint32_t length) handle() argument 4782 handle(Op opcode, const uint32_t *args, uint32_t length) handle() argument [all...] |
| H A D | spirv_hlsl.cpp | 4748 auto opcode = static_cast<Op>(instruction.op); in emit_instruction() local [all...] |
| H A D | spirv_msl.cpp | 7514 auto opcode = static_cast<Op>(instruction.op); in emit_instruction() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.cpp | 1529 unsigned opcode = Cond[0].getImm(); in reverseBranchCondition() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 6540 lookup(unsigned opcode, unsigned domain, ArrayRef<uint16_t[3]> Table) lookup() argument 6548 lookupAVX512(unsigned opcode, unsigned domain, ArrayRef<uint16_t[4]> Table) lookupAVX512() argument 6822 unsigned opcode = MI.getOpcode(); getExecutionDomain() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 4736 Instruction::CastOps opcode = in transformConstExprCastCall() local
|
| /vendor/hihope/dayu210/bluetooth/include/ |
| H A D | uipc_msg.h | 59 uint8_t opcode; /* UIPC_OPEN_REQ */ member 65 uint8_t opcode; /* UIPC_OPEN_RESP */ member 75 uint8_t opcode; /* UIPC_CLOSE_REQ */ member 81 uint8_t opcode; /* UIPC_CLOSE_RSP */ member 87 uint8_t opcode; member 232 uint8_t opcode; /* AVDT_SYNC_TO_BTC_LITE_REQ */ member 238 uint8_t opcode; /* AVDT_SYNC_TO_BTC_LITE_RESP */ member 313 uint8_t opcode; /* A2DP_START_REQ */ member 319 uint8_t opcode; /* A2DP_STOP_REQ */ member 324 uint8_t opcode; /* A2DP_SUSPEND_RE member 329 uint8_t opcode; /* A2DP_CLEANUP_REQ */ global() member 335 uint8_t opcode; /* A2DP_START_RESP, A2DP_STOP_RESP, A2DP_CLEANUP_RESP, A2DP_SUSPEND_RESP */ global() member 560 uint8_t opcode; /* AUDIO_CODEC_CONFIG_REQ */ global() member 572 uint8_t opcode; /* AUDIO_CODEC_CONFIG_RESP */ global() member 577 uint8_t opcode; /* AUDIO_CODEC_SET_BITRATE_REQ */ global() member 649 uint8_t opcode; /* AUDIO_ROUTE_CONFIG_REQ */ global() member 659 uint8_t opcode; /* AUDIO_ROUTE_CONFIG_RESP */ global() member 694 uint8_t opcode; /* AUDIO_MIX_CONFIG_REQ */ global() member 702 uint8_t opcode; /* AUDIO_MIX_CONFIG_RESP */ global() member 707 uint8_t opcode; /* AUDIO_BURST_FRAMES_IND */ global() member 712 uint8_t opcode; /* AUDIO_BURST_END_IND */ global() member 716 uint8_t opcode; /* AUDIO_CODEC_FLUSH_REQ */ global() member 720 uint8_t opcode; /* AUDIO_EQ_MODE_CONFIG_REQ */ global() member 726 uint8_t opcode; /* AUDIO_SCALE_CONFIG_REQ */ global() member [all...] |