Searched defs:constant_value (Results 1 - 14 of 14) sorted by relevance

/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp2390 ir_constant *constant_value = rhs->constant_expression_value(); local
2391 if (!constant_value) {
2400 var->constant_value = ir_constant::zero(state, var->type);
2403 rhs = constant_value;
2404 var->constant_value = constant_value;
2413 var->constant_value = ir_constant::zero(state, var->type);
H A Dir.h504 ir_constant *constant_value; member in class:ir_variable
510 * This field and \c ::constant_value are distinct. Even if the two fields
/external/v8/src/arm/
H A Dlithium-arm.cc682 int constant_value = 0; local
687 constant_value = constant->Integer32Value() & 0x1f;
690 if (instr->representation().IsSmi() && constant_value > 0) {
699 if (op == Token::SHR && constant_value == 0) {
1499 int32_t constant_value = constant->Integer32Value(); local
1502 if (!can_overflow || ((constant_value >= -1) && (constant_value <= 1))) {
/external/v8/src/ia32/
H A Dlithium-ia32.cc722 int constant_value = 0; local
727 constant_value = constant->Integer32Value() & 0x1f;
730 if (instr->representation().IsSmi() && constant_value > 0) {
739 if (op == Token::SHR && constant_value == 0) {
H A Dlithium-codegen-ia32.cc3184 int constant_value = ToInteger32(LConstantOperand::cast(key)); local
3185 if (constant_value & 0xF0000000) {
3189 ((constant_value) << shift_size)
/external/v8/src/mips/
H A Dlithium-mips.cc689 int constant_value = 0; local
694 constant_value = constant->Integer32Value() & 0x1f;
697 if (instr->representation().IsSmi() && constant_value > 0) {
706 if (op == Token::SHR && constant_value == 0) {
1493 int32_t constant_value = constant->Integer32Value(); local
1496 if (!can_overflow || ((constant_value >= -1) && (constant_value <= 1))) {
/external/v8/src/mips64/
H A Dlithium-mips64.cc689 int constant_value = 0; local
694 constant_value = constant->Integer32Value() & 0x1f;
697 if (instr->representation().IsSmi() && constant_value > 0) {
706 if (op == Token::SHR && constant_value == 0) {
1494 int32_t constant_value = constant->Integer32Value(); local
1497 if (!can_overflow || ((constant_value >= -1) && (constant_value <= 1))) {
/external/v8/src/x64/
H A Dlithium-x64.cc704 int constant_value = 0; local
709 constant_value = constant->Integer32Value() & 0x1f;
711 constant_value > 0) {
722 if (op == Token::SHR && constant_value == 0) {
H A Dlithium-codegen-x64.cc3268 int32_t constant_value = ToInteger32(LConstantOperand::cast(key)); local
3269 if (constant_value & 0xF0000000) {
3273 (constant_value << shift_size) + offset);
/external/v8/src/x87/
H A Dlithium-x87.cc721 int constant_value = 0; local
726 constant_value = constant->Integer32Value() & 0x1f;
729 if (instr->representation().IsSmi() && constant_value > 0) {
738 if (op == Token::SHR && constant_value == 0) {
H A Dlithium-codegen-x87.cc3471 int constant_value = ToInteger32(LConstantOperand::cast(key)); local
3472 if (constant_value & 0xF0000000) {
3476 ((constant_value) << shift_size)
/external/v8/src/
H A Dhydrogen.cc5355 Handle<Object> constant_value = local
5357 if (!constant_value.is_null()) {
5358 HConstant* instr = New<HConstant>(constant_value);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 502 milliseconds