Searched refs:operand_types (Results 1 - 7 of 7) sorted by relevance
/third_party/vixl/tools/test_generator/ |
H A D | parser.py | 45 operand_types Dictionnary of type names corresponding to the JSON 54 def __init__(self, operand_types, operand_variants, input_types, 56 self.operand_types = operand_types 66 type_name = self.operand_types[identifier] 142 operand_types = { 160 return DataTypeBuilder(operand_types, operand_variants, input_types, input_values)
|
H A D | generator.py | 149 def GenerateOperands(self, operand_types): 162 operand_types The `OperandList` object that describe the form of the 180 for operand_type in operand_types.unwrap() 183 args=",".join(operand_types.GetNames()),
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-analysis.cc | 193 OperandType... operand_types, size_t... operand_index> 215 (UpdateInLivenessForOutOperand<bytecode, operand_types, operand_index>( in UpdateInLiveness() 226 (UpdateInLivenessForInOperand<bytecode, operand_types, operand_index>( in UpdateInLiveness() 232 OperandType... operand_types> 235 UpdateInLiveness<bytecode, implicit_register_use, operand_types...>( in UpdateInLiveness() 237 std::make_index_sequence<sizeof...(operand_types)>()); in UpdateInLiveness() 382 OperandType... operand_types> 402 UpdateInLiveness<bytecode, implicit_register_use, operand_types...>( in UpdateLiveness() 428 const OperandType* operand_types = Bytecodes::GetOperandTypes(bytecode); in UpdateAssignments() local 431 switch (operand_types[ in UpdateAssignments() [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-iterator.cc | 162 const OperandType* operand_types = in GetRegisterOperandRange() local 164 OperandType operand_type = operand_types[operand_index]; in GetRegisterOperandRange()
|
H A D | bytecode-node.h | 131 OperandType... operand_types>
|
H A D | bytecode-array-builder.cc | 333 OperandType... operand_types> 342 // The "OperandHelper<operand_types>::Convert(builder, operands)..." will in Make() 350 operand_types...>( in Make() 352 OperandHelper<operand_types>::Convert(builder, operands)...); in Make()
|
H A D | bytecode-array-builder.h | 577 OperandType... operand_types>
|
Completed in 9 milliseconds