Searched refs:rhs_type (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-lowering.h | 41 void DoShift(Node* node, Operator const* op, Type* rhs_type);
|
D | simplified-lowering.cc | 1054 Type* rhs_type = GetInfo(node->InputAt(1))->output_type(); in VisitNode() local 1058 lowering->DoShift(node, lowering->machine()->Word32Shl(), rhs_type); in VisitNode() 1063 Type* rhs_type = GetInfo(node->InputAt(1))->output_type(); in VisitNode() local 1067 lowering->DoShift(node, lowering->machine()->Word32Sar(), rhs_type); in VisitNode() 1072 Type* rhs_type = GetInfo(node->InputAt(1))->output_type(); in VisitNode() local 1076 lowering->DoShift(node, lowering->machine()->Word32Shr(), rhs_type); in VisitNode() 1886 Type* rhs_type) { in DoShift() argument 1888 if (!rhs_type->Is(type_cache_.kZeroToThirtyOne)) { in DoShift()
|
/external/bison/src/ |
D | reader.c | 300 const char *rhs_type = in grammar_rule_check() local 302 if (!UNIQSTR_EQ (lhs_type, rhs_type)) in grammar_rule_check() 305 lhs_type, rhs_type); in grammar_rule_check()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 587 Register rhs_type = x11; in GenerateGeneric() local 592 __ Ldrb(rhs_type, FieldMemOperand(rhs_map, Map::kInstanceTypeOffset)); in GenerateGeneric() 598 EmitStrictTwoHeapObjectCompare(masm, lhs, rhs, lhs_type, rhs_type, x14); in GenerateGeneric() 605 __ Cmp(rhs_type, HEAP_NUMBER_TYPE); in GenerateGeneric() 626 lhs_type, rhs_type, in GenerateGeneric() 633 __ JumpIfBothInstanceTypesAreNotSequentialOneByte(lhs_type, rhs_type, x14, in GenerateGeneric() 3276 Register rhs_type = x10; in GenerateInternalizedStrings() local 3281 __ Ldrb(rhs_type, FieldMemOperand(rhs_map, Map::kInstanceTypeOffset)); in GenerateInternalizedStrings() 3284 __ Orr(x12, lhs_type, rhs_type); in GenerateInternalizedStrings() 3356 Register rhs_type = x10; in GenerateStrings() local [all …]
|
/external/mesa3d/src/glsl/ |
D | ast_function.cpp | 803 const glsl_type *rhs_type = glsl_type::get_instance(var->type->base_type, in emit_inline_vector_constructor() local 806 ir_rvalue *rhs = new(ctx) ir_constant(rhs_type, &data); in emit_inline_vector_constructor()
|
/external/dbus/dbus/ |
D | dbus-marshal-recursive-util.c | 73 int rhs_type; in equal_values_helper() local 76 rhs_type = _dbus_type_reader_get_current_type (rhs); in equal_values_helper() 78 if (lhs_type != rhs_type) in equal_values_helper()
|